Friend-LGA / LGRefreshView

iOS pull to refresh for UIScrollView, UITableView and UICollectionView
MIT License
153 stars 30 forks source link

No Autolayout? #2

Closed fabiosoft closed 8 years ago

fabiosoft commented 9 years ago

Doesn't it uses autolayout? Because it's not centered in middle of the scroll view (uitableview)

julioz commented 9 years ago

@Friend-LGA I'm having the same problem - the first time I pull-to-refresh the view is not centered (it goes right aligned) but after that all the next refreshes show the view centered.

Friend-LGA commented 9 years ago

Check out demo project, everything is ok, even on iOS 9. Can you give me example with existing problem?

acerbetti commented 8 years ago

I'm facing the same issue, I'm sending a demo project by email, so you can verify it

Thanks