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

joshhudnall/JHWebBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published