TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

Help:How to load HTML string? #61

Closed jxdwinter closed 9 years ago

TimOliver commented 9 years ago

Um... at the moment, that functionality isn't possible. It's not a lot of effort, but it would require adding a new API to insert HTML instead of an NSURL. Sadly I'm too busy to handle that right now, but if you want, feel free to implement it yourself an file a PR. Thanks! :)