All Questions
Tagged with insets uiscrollview
3 questions
1
vote
0
answers
39
views
UIScrollView content insets can't be removed? [duplicate]
Hello I am trying to create a side scroller with swift (I need to be compatible with IOS9 and I can not use UIScrollview.contentInsetAdjustmentBehavior = .never) and I am having trouble creating a ...
1
vote
1
answer
378
views
Top Empty Space Added in UIScrollView
I created an ScrollView Programatically using swift
I added a UIView in it
After adding these both to view it shows Empty Space on Top of the ScrollView
How can i remove that, i searched in google and ...
2
votes
1
answer
3k
views
What do I have to do after setting contentInset or automaticallyAdjustsScrollViewInsets for it to actually beeing applied?
I have got an UIViewController containing an UIScrollView. Initially automaticallyAdjustsScrollViewInsets is not set (so it should default to YES).
On some user interaction I set ...