KoaPullToRefresh
KoaPullToRefresh copied to clipboard
UITableView contentInset ignored?
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.
same issue +1
+1 contentInset is set to zero because of the line below. https://github.com/sergigracia/KoaPullToRefresh/blob/master/KoaPullToRefresh/KoaPullToRefresh.m#L288