Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jflinter/jrfbrowsercontroller
- Owner: jflinter
- Created: 2013-11-20T23:30:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T23:36:02.000Z (about 11 years ago)
- Last Synced: 2024-10-16T08:55:55.153Z (2 months 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.