Karumi / BothamUI

Model View Presenter Framework written in Swift.
http://karumi.com
Apache License 2.0
347 stars 41 forks source link

Refresh control #42

Closed ivangodfather closed 7 years ago

ivangodfather commented 8 years ago

1- When calling two times programatically beginRefreshing the spinner was having some issues (dissapearing, and unknown behaviours), so check if is not already refreshing before starting.

2- When adding the refreshControl is better to store the scrollView to not have later to pass it again when removing the refresh.

3- Added a public method to be able to check if is already refreshing

pedrovgs commented 8 years ago

@ivangodfather can you add some tests to check if your implementation is working?