0

There is a bug in IOS 9 for UIRefreshControl that when the refresher is animating and the user switches tabs, the refresher freezes when the user switches back. So I am trying to find a pull to refresh plugin that would work along side with hiding navigation bar when scrolling up. I have searched several places and could not find one that suits. Most of the ones out there will have weird behaviour when the navigation bar is hidden and the activity indicator animation stops animating. Can anyone recommend a good one? UIRefreshControl Stuck After Switching Tabs in UITabBarController

Here is how I hide navigation bar

self.navigationController?.hidesBarsOnSwipe = true
Community
  • 1
  • 1
user172902
  • 3,541
  • 9
  • 32
  • 75
  • Are you looking for this: https://github.com/mengzhihoing/iOS-scroll-hide-navigationBar – Mehul Thakkar Sep 07 '16 at 12:33
  • No, my navigation bar can hide easy without plugin. It is the pull to refresh that is mainly causing me dramas as most of them only works properly when the navigation bar is static – user172902 Sep 07 '16 at 15:02

0 Answers0