Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
TeeJaay's user avatar
  • 144
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 ...
anjnkmr's user avatar
  • 868
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 ...
John's user avatar
  • 33