ladder-client is an iOS client for an open source RSS reader called Fastladder. This app provides more mobile-optimized experience comparing to viewing the RSS reader by a mobile browser.
Fastladder is an innovative RSS reader in the meaning that divides the browsing into two simpler tasks, feed browsing and article reading. For example, in a usual RSS reader, you would see list of the updated feeds you subscribe to. Then you dig in the unread articles in a feed, read the articles, back to the feed list, and iterate them again and again. On the other hand, Fastladder separates reading each article from the whole task. It allows you to first focus on single task pinning the articles you will read. Later, you just read the pinned articles without any task interference. Besides, the vim-like intuitive key bindings help you get the task done more quickly and less stressfully.
ladder-client is an iOS client for Fastladder. It aims not to break the original intuitive and stressless RSS reader experience.
The feed browsing and article reading are separated by the tabs.
There is still a vim-like quick and intuitive interaction when pinning an article from each feed.
Download the project via the repository.
$ git clone https://github.com/kenzan8000/ladder-client.git
$ cd ladder-client
Install the gems.
$ bundle install
Open the Xcode project and run it.
$ open ladder-client.xcodeproj