INSPullToRefresh icon indicating copy to clipboard operation
INSPullToRefresh copied to clipboard

Offset changes when Navigation Bar appears/disappears while refreshing

Open AgentCosmic opened this issue 9 years ago • 1 comments

Here's how to reproduce:

  1. Enable hidesBarsOnSwipe on navigation controller
  2. Pull to refresh
  3. While refreshing, swipe scroll view to make navbar appear/disappear
  4. 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.

AgentCosmic avatar Apr 09 '16 13:04 AgentCosmic

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.

Sneakr avatar Apr 16 '16 23:04 Sneakr