coolbeet / CBStoreHouseRefreshControl

Fully customizable pull-to-refresh control inspired by Storehouse iOS app
MIT License
3.92k stars 480 forks source link

New Bug! #10

Open xhzengAIB opened 10 years ago

xhzengAIB commented 10 years ago

@coolbeet cbstorehouserefreshcontrolbug

Jack

winterlovesong commented 10 years ago

Same problem.

DiamondGeezer commented 9 years ago

Is there a fix for this yet?

benkraus commented 9 years ago

This is because on a UITableView with headers, setting the contentInset on the table view automatically bumps the header views down. You can get around that by subclassing UITableView, and grabbing all the headers using viewForHeader... and giving that view it's own inset. It's definitely not pretty. I would love to see a better solution.

Natelegreat1 commented 9 years ago

Issue not yet solved :(