jcavar / refresher

DEPRECATED: Pull to refresh in Swift
MIT License
873 stars 99 forks source link

refresherView'position was wrong #22

Closed SoonKong closed 9 years ago

SoonKong commented 9 years ago

use more than one startPullToRefresh(), it will make the wrong contentInset. I found it's wrong in the method startAnimating() with code "var insets = scrollView.contentInset; insets.top += self.frame.size.height"

jcavar commented 9 years ago

Hi there, This should be fixed now. I pushed new podspec version 0.2.1. Thanks for reporting!