Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jflinter/jrfbrowsercontroller

An super-minimal browser component for iOS7 that puts content first.
https://github.com/jflinter/jrfbrowsercontroller

Last synced: 21 days ago
JSON representation

An super-minimal browser component for iOS7 that puts content first.

Awesome Lists containing this project

README

        

JRFBrowserController
====================

An super-minimal browser component for iOS7 that puts content first.

The idea here is to have a UIViewController subclass that manages a stack of UIWebViews, so that one can edge-drag them to go forward and back (like in safari). There's also going to be pull-to-refresh. The overall plan is to make a way to display web content in your app while showing as little UI chrome as possible.

It's definitely a WIP. Stay tuned.