https://github.com/jflinter/jrfbrowsercontroller
An super-minimal browser component for iOS7 that puts content first.
https://github.com/jflinter/jrfbrowsercontroller
Last synced: about 1 year ago
JSON representation
An super-minimal browser component for iOS7 that puts content first.
- Host: GitHub
- URL: https://github.com/jflinter/jrfbrowsercontroller
- Owner: jflinter
- Created: 2013-11-20T23:30:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T23:36:02.000Z (over 12 years ago)
- Last Synced: 2025-01-31T15:16:34.758Z (over 1 year ago)
- Language: Objective-C
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.