DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

RefreshControl cleanup #1043

Closed aaronschachter closed 8 years ago

aaronschachter commented 8 years ago

Closes #906 -- no visible changes here, just removing the Android-only colors and progressBackgroundColor properties because i shoulda just RTFM instead of RATM

Seemed easier solution is to just keep repeating the tintColor value vs. a separate RefreshControl component, as each RefreshControl still needs its own unique onRefresh and refreshing property values.