-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
priore edited this page Apr 22, 2012
·
5 revisions
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 :