python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UIScrollView setContentOffset back to top, stop at incorrect contentOffset
I have a button at the top of UITableView, once I tap the button, will call setContentOffset(:animated:) of this UITableView to back to the contentOffset I want, which is -button.height.
Most of time ...
whitekevin
Votes: 0
Answers: 0
ScrollView in a NavigationView with a .navigationTitle presented in a .sheet : animation glitch
The problem is very simple.
I would like a ScrollView with a navigation bar (with its two appearances : a large title when the view is not scrolled ; a compact appearance otherwise).
It's simple and i...
Adrien
Votes: 0
Answers: 0
UIStackView not reversed when viewDidLoad in RTL language
I have a UIStackView in Storyboard with structure as below and want to scroll it to a specific button in viewDidLoad.
This is how I'm scrolling it.
[self.scrollView scrollRectToVisible:button.frame a...
ArgenBarbie
Votes: 0
Answers: 1
Appium - get all items in UiScrollable (including not visible)
I need to verify text for all items in list (inside UiScrollable) using Appium.
Following approaches are not working for me:
driver.findElements(MobileBy.id("com.author.app:id/title")) - re...
Arrovil
Votes: 0
Answers: 1