python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get default scroll direction for UIScrollView Swift
I have an application that uses more UIScrollViews and extensions from it like UICollectionViews and UITableViews and for a little dynamism I have created some general functions to help me with some p...
poPaTheGuru
Votes: 0
Answers: 2
UIScrollView with multiple UIView/UIImageView stacked on each other for drawing
I can't believe something this easy when I did not use auto-layout is this hard with auto-layout. I put everything in a contentView so that it's a simultaneous zoom for both views (ImageView and UIVie...
Kets
Votes: 0
Answers: 2
How do I prevent the scroll view from scrolling to the start when editing a big text view in it?
I am trying to make an editable, multiline, UITextView that can horizontally scroll. From multiple answers I found (1, 2, 3), it seems like I should put the UITextView into a UIScrollView, so I did ex...

Sweeper
Votes: 0
Answers: 0
How to correctly update CollectionView, when I swipe UIScrollView
I need to resolve problem: my Views into CollectionView not updating correctly when I swipe UIScrollView. I want to get update after scroll complete, but instead my View are updating every time when U...
Mikl.hart
Votes: 0
Answers: 0