Friend-LGA / LGRefreshView

iOS pull to refresh for UIScrollView, UITableView and UICollectionView
MIT License
153 stars 30 forks source link

Header space using iOS SDK 11 #6

Open acerbetti opened 6 years ago

acerbetti commented 6 years ago

Hi, thanks for the library. Are you still maintaining it?

With Xcode9, the scroll view doesn't go back to the original position. This is also happening with your demo app.

Here is screenshot of the app after few refresh simulator screen shot - iphone 8 - 2017-10-25 at 13 17 58

Appreciate your work

Draiseen commented 6 years ago

+1

Draiseen commented 6 years ago

[self.myScrollView setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever]; add this to you scrollview and be happy)

acerbetti commented 6 years ago

Wow, that was easy.... thank you very much, it works like a charm