Closed lethanhclub closed 8 years ago
I found that if you comment out the following code in TLYShyScrollViewController.m
, it will work with SVPullToRefresh.
// if (self.refreshControl == nil || [self.refreshControl isHidden]) {
// [self.scrollView tly_setInsets:insets];
// }
you will get wrong contentInset after scrolling the table view with it
The issue here is that they enter an infinite loop of updating the scrollView's content size/inset. This partial stack trace is a crash log we're receiving, and the original crash log is 10 times longer (meaning it performed the same methods over and over again in a cycle)
I am using both SVPullToRefresh & TLYShyNavBar. But the pull to refresh function is not working anymore