ios - Pull to refresh plugin that works with hiding navigation bar when scroll -
there bug in ios 9 uirefreshcontrol when refresher animating , user switches tabs, refresher freezes when user switches back. trying find pull refresh plugin work along side hiding navigation bar when scrolling up. have searched several places , not find 1 suits. of ones out there have weird behaviour when navigation bar hidden , activity indicator animation stops animating. can recommend one? uirefreshcontrol stuck after switching tabs in uitabbarcontroller
here how hide navigation bar
self.navigationcontroller?.hidesbarsonswipe = true
Comments
Post a Comment