samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

Loading animation going under NavigationBar #265

Open shahimclt opened 9 years ago

shahimclt commented 9 years ago

My setup is UINavigationController > UITabbarController > UICollectionViewController. The pull to refresh works fine after following #235 and #141. When I drag down to refresh, the arrow appears fine, but the loading animation still goes under the navigation bar..

LawrenceHan commented 7 years ago

https://github.com/LawrenceHan/SVPullToRefresh

geek1706 commented 7 years ago

This works for me self.navigationController?.navigationBar.isTranslucent = false

nfranke commented 2 years ago

Under iOS 15 the isTransparent no longer works. See https://developer.apple.com/forums/thread/682420