Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.15k stars 385 forks source link

Overwritten insets #65

Open Varrry opened 10 years ago

Varrry commented 10 years ago

Hi guys I've localized a bug in your code

When animation starts, self.originalContentInset={top,left,bottom,right} and self.scrollView.contentInset={top+kOpenedViewHeight,left,bottom,right}. When, if I set scrollView's contentInset - the OpenedViewHeight-part of 'top' will be written to original 'top'; moreover, frame's height will be set to kTotalViewHeight while it is kOpenedViewHeight. As a result we have: screenshot 2013 09 24 22 16 26

Thin line at the top isn't a cell, it's refresh view; download indicator is hidden under upper bar