sergigracia / KoaPullToRefresh

MIT License
84 stars 17 forks source link

UITableView contentInset ignored? #7

Open SalsaShark opened 10 years ago

SalsaShark commented 10 years ago

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.

expkzb commented 10 years ago

same issue +1

ssowonny commented 9 years ago

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