业余时间做了一款浏览器,欢迎 Star、Pull request ( Web Browser For iOS)。Github 地址
Features - 功能
- 多 Tab 页浏览(multi-tab browsing)
- 冷启动恢复浏览记录,包括当前页及前进后退页面(session restore, includes current page and backforward list)
- 书签、历史记录管理(bookmark、history manage)
- 页内查找(find in page)
- 点击标题栏进行页面访问或搜索(tap the title bar to input url for surf or key to search)
Usage - 用法
cloneor download zip file.- Run command
carthage update --platform iOS - Just run WebBrowser.xcodeproj
Requirements - 依赖
- iOS 8.0 or higher
- ARC
- Carthage
Demo
1. Home Page (主页):
2. Multi-tab (多窗口):
3. Search (搜索):
4. No Image Mode (无图模式)
5. History (历史)
- Long Press to select options. (长按记录可弹出选项按钮)
- Tap to open history in current window.(点击记录会在当前窗口打开历史页面)
6. Favorite (收藏)
In non-editing mode (在非编辑模式下操作)
- Long press on directory to edit directory name in non-editing mode.(长按目录来编辑目录名字)
- Long press on bookmark item to edit bookmark's url, name, directory in non-editing mode.(长按书签项来编辑书签的地址、名字、以及所在目录)
In editing mode (在编辑模式下)
- reorder, delete directory in editing mode.(删除、排序目录)
- click "新文件夹" button to add new directory in editing mode.(点击"新文件夹"按钮来创建新的目录)
- reorder, delete bookmark in editing mode.(删除、排序书签)
- add new bookmark.(添加新书签)
7. find in page (页内查找)