Ember, a native iOS Hacker News reader I built around accessibility (opens in new tab)
I read HN on my phone every day and never really settled on a reader, so I wrote my own and finally tidied it up enough to put out there.It's plain SwiftUI with no third-party dependencies. A few things I spent the most time on:Comments are parsed and drawn as native text instead of being dumped into a web view. Links, italics, quotes and code blocks behave like the rest of the OS, text selection works, and threads collapse instantly. The whole comment tree comes back from the Algolia API in ...
Read the original article