jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

Issues with large titles #38

Open jethmalani opened 7 years ago

jethmalani commented 7 years ago

Just a heads up, a lot of stuff gets messed up when large titles are used in iOS 11.

jcavar commented 7 years ago

Yeah, it works in a bit different way with iOS 11. Large title is part of navigation bar and navigation bar itself stretches when you pull scroll view. UIRefreshControl does work though so it should be possible to figure out where it is added and how it works and try to replicate. This will be hacky I feel, if anyone has ideas please let me know