iosuiwebviewrssreadability

Implement rdd.me api in UIWebView


I'm working on an app which load newsarticles into a UIWebView from RSS. But I want the users to get a better reading experience and want to implement the rdd.me API. I haven't found any good guides to implement this API into a iOS application and hope someone here can help me.


Solution

  • This project on github is an Objective-C wrapper of rdd.me APIs.

    It also has some instructions on how to use it.