INSPullToRefresh
INSPullToRefresh copied to clipboard
A simple to use very generic pull-to-refresh and infinite scrolling functionalities as a UIScrollView category.
As title. Thanks.
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...
Typo in swift example – `pullToRefresh` is added to scrollView only after trigger and new view added on each trigger.
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...
My main screen has a nav bar and tab bar. But when I push a new controller without a tab bar, the control is visible like a row on the...
As title