ArkEcosystemArchive / ios-monitor

:anchor: iOS app to monitor your account
https://itunes.apple.com/us/app/ark-monitor/id1214023888
MIT License
11 stars 9 forks source link

Swift 4.0, iOS 11 and cleanup #2

Closed Awalz closed 6 years ago

Awalz commented 6 years ago

I am working on a major update to this project. In the meantime, this PR contains enhancements for Swift 4.0, iOS 11.

In addition, there has been some major refactoring to the third party libraries used in this project. ESPullToRefresh has been removed and instead the native UIRefreshControl has been used in its place to mimic stock iOS.

Toaster and NVActivityView have been refactored into an API for possible future upgrades/removals.