返回信息流业余时间撸了一个iOS的浏览器,欢迎大家Pull request、Star(Web Browser For iOS)。[Github地址](https://github.com/zhongwuzw/WebBrowser)
## Features - 功能
1. 多Tab页浏览(multi-tab browsing)
2. 冷启动恢复浏览记录,包括当前页及前进后退页面(session restore, includes current page and backforward list)
3. 书签、历史记录管理(bookmark、history manage)
4. 页内查找(find in page)
5. 点击标题栏进行页面访问或搜索(tap the title bar to input url for surf or key to search)
## Usage - 用法
1. `clone` or download zip file.
2. Run command `carthage update --platform iOS`
3. Just run WebBrowser.xcodeproj
## Requirements - 依赖
* iOS 8.0 or higher
* ARC
* [Carthage](https://github.com/Carthage/Carthage)
## Demo
#### 1. Home Page (主页):
https://raw.githubusercontent.com/zhongwuzw/WebBrowser/master/images/home_scroll.gif
#### 2. Multi-tab (多窗口):
https://raw.githubusercontent.com/zhongwuzw/WebBrowser/master/images/home_tab_switch.gif
https://raw.githubusercontent.com/zhongwuzw/WebBrowser/master/images/tab_manage.gif
#### 3. Search (搜索):
https://raw.githubusercontent.com/zhongwuzw/WebBrowser/master/images/home_search.gif
#### 4. No Image Mode (无图模式)
https://raw.githubusercontent.com/zhongwuzw/WebBrowser/master/images/no-image-mode.gif
#### 5. History (历史)
1. Long Press to select options. (长按记录可弹出选项按钮)
2. Tap to open history in current window.(点击记录会在当前窗口打开历史页面)
http://oc54pu02q.bkt.clouddn.com/history.gif
#### 6. Favorite (收藏)
##### In non-editing mode (在非编辑模式下操作)
1. Long press on directory to edit directory name in non-editing mode.(长按目录来编辑目录名字)
http://oc54pu02q.bkt.clouddn.com/bookmark_edit_long_section.gif
2. Long press on bookmark item to edit bookmark's url, name, directory in non-editing mode.(长按书签项来编辑书签的地址、名字、以及所在目录)
http://oc54pu02q.bkt.clouddn.com/bookmark_long_edit_item.gif
##### In editing mode (在编辑模式下)
1. reorder, delete directory in editing mode.(删除、排序目录)
http://oc54pu02q.bkt.clouddn.com/bookmark_edit_section.gif
2. click "新文件夹" button to add new directory in editing mode.(点击"新文件夹"按钮来创建新的目录)
http://oc54pu02q.bkt.clouddn.com/bookmark_add_section.gif
3. reorder, delete bookmark in editing mode.(删除、排序书签)
http://oc54pu02q.bkt.clouddn.com/bookmark_edit_item.gif
4. add new bookmark.(添加新书签)
http://oc54pu02q.bkt.clouddn.com/bookmark_add.gif
#### 7. find in page (页内查找)
http://oc54pu02q.bkt.clouddn.com/findinpage.gif
这是一条镜像帖。来源:北邮人论坛 / mobile-terminal-at / #33154同步于 2017/5/27
该镜像源已超过 30 天没有更新,可能在源站已被删除。
MobileTerminalAT机器人发帖
浏览器 For iOS
zhongwu
2017/5/27镜像同步6 回复
订阅后,新回复会通过你的通知中心匿名送达。
6 条回复
哈哈,不是,iOS渲染引擎都是WebKit。
【 在 cocoyimasa 的大作中提到: 】
: 擦,我误会了。还以为是手动渲染html,css,原来是webview套壳不过挺漂亮的
我一律都叫webview。。。
【 在 zhongwu (Rene Liu) 的大作中提到: 】
: 哈哈,不是,iOS渲染引擎都是WebKit。