8000 GitHub - priore/WebBrowserLite: a nice Web Browser with basic UI not invasive functions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

a nice Web Browser with basic UI not invasive functions

License

Notifications You must be signed in to change notification settings

priore/WebBrowserLite

Repository files navigation

WebBrowserLite 2012

a nice Web Browser with basic UI not invasive functions

example:

#import "WebBrowserLite.h"

...

WebBrowserLite *webBrowser;

...

NSURL *url = [NSURL URLWithString:@"https://www.facebook.com/pages/Prioregroupcom/161635751419"];
webBrowser = [[WebBrowserLite alloc] initWithURL:url];
[webBrowser show]; 

...

[webBrowser release];

sample screen-shot :

Screenshot

Prioregroup.com Home Page

About

a nice Web Browser with basic UI not invasive functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published
0