Limboy
Results
3
comments of
Limboy
我这里使用 cocoapods 0.36 正常,重装下试试?
scrollView's `contentInset` is set after `viewDidLoad` when `automaticallyAdjustsScrollViewInsets` is set YES, so when `addPullToRefreshWithActionHandler` in `viewDidLoad`, SVPullToRefresh's `originalTopInset` is still 0, a dirty fix is use `dispatch_after`. ``` double delayInSeconds...