m1entus / INSPullToRefresh

A simple to use very generic pull-to-refresh and infinite scrolling functionalities as a UIScrollView category.
MIT License
814 stars 82 forks source link

Invisible pull-to-refresh when slowly refreshing. #73

Open smaky opened 8 years ago

smaky commented 8 years ago

After add ins_addPullToRefreshWithHeight.... to tableview there is problem, when slowly pull down tableview. Content inset is reverted to value before pull and pull-to-refresh is invisible. There is no issue when pull to refresh i pulled down really fast. Founded solution is in method - (void)setState:(INSPullToRefreshBackgroundViewState)newState remove [self setScrollViewContentInsetForLoadingAnimated:YES]; to prevent reset default inset for tableview.

m1entus commented 8 years ago

Hi, i will need to test it, because it potentially cause several other issue.

bstillitano commented 6 years ago

Still an issue