INSPullToRefresh
INSPullToRefresh copied to clipboard
Offset changes when Navigation Bar appears/disappears while refreshing
Here's how to reproduce:
- Enable hidesBarsOnSwipe on navigation controller
- Pull to refresh
- While refreshing, swipe scroll view to make navbar appear/disappear
- After refresh is done, the refresh view will not return to it's original position
Repeating these steps will make it go lower and lower.
A quick solution for me was to disable hidesBarsOnSwipe while it's refreshing.
Same goes for the contentInset.bottom in INSInfiniteScrollBackgroundView.m row: 231, it gets higher and higher. doesnt matter what I set it to, it fails either way.