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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -