Skip to content

Releases: devedbox/AXWebViewController

v0.7.1

16 Jan 11:08
Compare
Choose a tag to compare

en

  1. Fixed issue: #63 .
  2. Fixed issue: #62 .
  3. Fixed issue: #61 .
  4. Fixed issue: #57 .

zh-Han

  1. 修复问题:#63 .
  2. 修复问题:#62 .
  3. 修复问题:#61 .
  4. 修复问题:#57 .

v0.7.0

23 Oct 03:17
Compare
Choose a tag to compare

en

  • Added customized close item to customize the close item by giving a title or image based UIBarButtonItem. 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 of close 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

11 Jul 02:52
Compare
Choose a tag to compare
  • 修复OnePage网页中js运行的bug.

v0.6.0

15 May 03:58
Compare
Choose a tag to compare
  • Renamed AFSecurityPolicy with AXSecurityPolicy to avoid conflicts with AFNetworking.
  • Added observer of title to update title and navigation items when needed.

v0.5.0

12 May 15:12
Compare
Choose a tag to compare

en

  • Solved the issues of confused title of web content by handling the Error of canceling request and avoiding using of KVO.
  • Optimized the coding style of WKWebView.
  • Added Security module to AXWebViewController to handle Requests of https.

zh-Hans

  • 通过处理请求取消错误来处理标题混乱的情况,同时避免了KVO的使用.
  • 优化了iOS 8.0以上WKWebView部分的代码.
  • 添加了安全模块以处理https请求.

v0.4.8

04 May 03:45
Compare
Choose a tag to compare
  • 解决Cocopods依赖报错的问题. #33

v0.4.6

07 Apr 07:53
Compare
Choose a tag to compare
  • Added interface of descriptionLabel.
  • Added initializer based on the WKWebViewConfiguration on the iOS8.0 and higher.
  • Merged #24.
  • Merged #26 👍 to add showsBackgroundLabel and LocalizedString of unsimplified Chinese.

v0.4.4

25 Mar 01:30
Compare
Choose a tag to compare

修复#23 ,解决循环引用

v0.4.3

13 Mar 07:52
Compare
Choose a tag to compare
  • 修复#20
  • 修复#21
  • 其他修改

v0.4.2

06 Mar 03:25
Compare
Choose a tag to compare
  • 已修复 #19
  • 其他更改,提升兼容性和稳定性