Cheetah694
Cheetah694
Now, if you tap the status-bar to scroll to top and then start pulling the table, the refresh control doesn't appear.
For myself I fixed it simply by adding: ``` ...CGFloat offset = [[change objectForKey:@"new"] CGPointValue].y + self.originalContentInset.top; if (_lastOffset == 0) { _canRefresh = YES; } if (_refreshing) {... ```
Assign your localized strings, colors, etc. only in code. You'll make thus your life by a whole lot easier.
So for now I work around the issue using the following code. Maybe something to include into the library by default. If the repo owner confirms in the comments below...