KoaPullToRefresh icon indicating copy to clipboard operation
KoaPullToRefresh copied to clipboard

UITableView contentInset ignored?

Open SalsaShark opened this issue 12 years ago • 2 comments

I'm adjusting my table view's content inset when iAds are displayed or not, but whatever I do with contentInset seems to be ignored on the table. scrollIndicatorInsets are honored however.

And, yes, I'm trying to adjust the contentInset after the pull to refresh has been added to the view.

SalsaShark avatar Dec 13 '13 21:12 SalsaShark

same issue +1

expkzb avatar Jun 04 '14 02:06 expkzb

+1 contentInset is set to zero because of the line below. https://github.com/sergigracia/KoaPullToRefresh/blob/master/KoaPullToRefresh/KoaPullToRefresh.m#L288

ssowonny avatar Nov 28 '14 06:11 ssowonny