Skip to content

v0.7.0

Compare
Choose a tag to compare
@devedbox devedbox released this 23 Oct 03:17
· 32 commits to master since this release

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的显示.
  • 其他更新和优化.