简单的浏览器控件 - JHWebBrowser

来源:互联网 发布:办公软件定制 编辑:程序博客网 时间:2024/05/22 06:56

JHWebBrowser

https://github.com/joshhudnall/JHWebBrowser

JHWebBrowser

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;

原创粉丝点击