Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JHWebBrowser

NOTE: There are better alternatives available now, try https://github.com/TimOliver/TOWebViewController or https://github.com/samvermette/SVWebViewController.

http://joshhudnall.com

A simple web browser with a few customization options. There's no documentation at this point, but the gist is pretty simple. There's plenty that could be done to make it better, but it's functional. Requires ARC.

JHWebBrowser *browser = [JHWebBrowser new];
browser.url = [NSURL URLWithString:@"http://apple.com"];

You can show/remove toolbars with the following

browser.showTitleBar = YES;
	
browser.showAddressBar = NO;
	
browser.showToolbar = YES;

Cheers.

No Maintenance Intended

License: http://www.apache.org/licenses/LICENSE-2.0.html

About

No description, website, or topics provided.

Resources

Stars

35 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages