10

Here’s an example hacker news client built-in Swift called SwiftHN released by Thomas Ricouard.

While more features are on the way, the client allows you to read the news, view articles, view comments, and send articles to the Safari reading list. The client uses a library called HackerSwifter providing a Swift based parser for creating your onw Hacker News client.

This image from the readme shows SwiftHN in action:

SwiftHN

They’ve also built an open source Hacker News parsing library in Swift called HackerSwifter.

You can find SwiftHN on Github here.

You can find HackerSwifter on Github here.