You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.