EDIT : New version available on App Store
https://itunes.apple.com/tr/app/steem-tracker/id1332315103?mt=8
Bug Fixes
- What was the issue(s)?
There was a crash when loading users. - What was the solution?
I wrong calculated array so it was giving out of index. Now i am checking array.
New Features
What feature(s) did you add?
Favorites page added. Now users can add or remove any account.
Widget multiple track supports added. You can see accounts on widget which added in favorites list. You can add unlimited account to list but can not show all of them on widget. Because the iOS widget (Today Extension) supports a maximum height.
API changed. Now i use http://steem.esteem.ws
Font changed to Kefa Regular.
Hockeyapp SDK added.How did you implement it/them?
Favotires page : FavoritesClass - Favorites TableViewExtension
The app store saved users in local storage(userDefaults). In this page i take them and show on a tableview.
Widget multiple track : Widget TableViewCell - Widget TableViewExtension - Widget userModel
The app store saved users in local storage(userDefaults). In this page i take them and show on a tableview in widget. Show more/less button added.
API changed : Network Manager
Hockeyapp SDK added : [Appdelegate] (https://github.com/Thornaci/Steem-Tracker/blob/c58213242c39cef54805b5e19398b5f5fd49f17b/SteemitApp/AppDelegate.swift)
And i updated the app on App Store.
Posted on Utopian.io - Rewarding Open Source Contributors