There was an issue with ESPullToRefresh on iPhone X, and since this library basically offered what system control does, I decided to replace it with UIRefreshControl. I had to do some changes with table view background colours, because UIRefreshControl was covered with header view.
I've also bumped iOS to 10, because refreshControl property on UIScrollView is available since that version. But I honestly think this project should support iOS 11 only. Its target audience are usually iOS developer who already have the newest version of the system.
There was an issue with
ESPullToRefresh
on iPhone X, and since this library basically offered what system control does, I decided to replace it withUIRefreshControl
. I had to do some changes with table view background colours, because UIRefreshControl was covered with header view.I've also bumped iOS to 10, because
refreshControl
property onUIScrollView
is available since that version. But I honestly think this project should support iOS 11 only. Its target audience are usually iOS developer who already have the newest version of the system.