Releases: devedbox/AXWebViewController
Releases · devedbox/AXWebViewController
v0.7.1
v0.7.0
en
- Added customized
close item
to customize the close item by giving a title or image basedUIBarButtonItem
. Fixed issue #46. - Disabled the
reloadRegion
action when the navigation of the response of WebKit failed with canceling by the system. Fixed issues: #50, #53. - Fixed issue #52 by updating the bundle path macro via @tentenlee100.
- Disabled the close item when the count of the view controllers is 1 and the top view controller of the navigation controller is current web view controller because there is no backforward view controller. Fixed issue #55.
- Now Xcode 9.0+ is required because the new compiler on Xcode 9.0 will not compatible with the lower versions.
- Added
showsNavigationBackBarButtonItemTitle
to determine the showing of the title of the back bar button when the navigation controller's view controllers' count is only 1. - Added
showsNavigationCloseBarButtonItem
to control the showing ofclose item
when the navigation controller's view controllers' count is more than 1. - Other updates.
zh-Han
- 添加自定义
Close item
,可自行设置close的标题或者图片显示. 解决 issue #46. - 取消因
WebKit
内部取消网络请求造成的错误引起的重复reloadRegion
,解决 issues: #50, #53. - 由@tentenlee100提供的pr,解决了资源加载错误的问题,解决 issue #52.
- 当
navigationController
的子控制器数量为1并且topViewController
就是当前web vc,取消设置close item,因为在此情况之下,close的存在没有意义. 解决 issue #55. - 当前版本需要Xcode9.0+的编译器,因为Xcode9.0之后的编译器的新特性与之前的老版本不兼容.
- 添加
showsNavigationBackBarButtonItemTitle
控制当导航vc的子vc数量为1时并且当前vc为top vc时的back item的Title显示. - 添加
showsNavigationCloseBarButtonItem
控制当导航vc的子vc数量大于1时的close item的显示. - 其他更新和优化.
v0.6.1
v0.6.0
v0.5.0
en
- Solved the issues of confused title of web content by handling the
Error of canceling request
and avoiding using ofKVO
. - Optimized the coding style of
WKWebView
. - Added
Security
module toAXWebViewController
to handleRequests of https
.
zh-Hans
- 通过处理
请求取消错误
来处理标题混乱的情况,同时避免了KVO
的使用. - 优化了
iOS 8.0
以上WKWebView
部分的代码. - 添加了
安全模块
以处理https请求
.