SVPullToRefresh icon indicating copy to clipboard operation
SVPullToRefresh copied to clipboard

Loading animation going under NavigationBar

Open shahimclt opened this issue 9 years ago • 3 comments

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..

shahimclt avatar Oct 05 '15 05:10 shahimclt

https://github.com/LawrenceHan/SVPullToRefresh

LawrenceHan avatar Nov 22 '16 09:11 LawrenceHan

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

geek1706 avatar Apr 07 '17 07:04 geek1706

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

nfranke avatar May 18 '22 19:05 nfranke