samvermette/SVPullToRefresh

Loading animation going under NavigationBar

Opened this issue · 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..

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

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