Skip to content

2.1 App Store Release

Latest
Compare
Choose a tag to compare
@bennyguitar bennyguitar released this 28 Oct 01:20
· 50 commits to master since this release

What's New

Pro Upgrade

The new pro upgrade allows for logging in, replying to posts/comments, create new submissions, and to vote on posts/comments. The upgrade is a $0.99 in-app purchase, but if you were fortuitous enough, you could probably get it for free by building this app yourself. But ssshhhh, don't tell anyone.

Code Cleanup

Everything that was once in one giant ViewController is now in multiple VCs with a heavier reliance on the Navigation Controller scheme.

libHN

I created a library that I wanted to abstract all of the HackerNews API calls away from the app and make that more self-contained. That library is located here, and is also open-sourced for anyone to use in their iOS apps.