Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ruby-china/ruby-china-ios
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Mar 10, 2018
2 parents ff95ade + 268e529 commit be5f542
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -33,6 +33,7 @@ class TopicDetailsViewController: WebViewController {
super.viewWillAppear(animated)
navigationController?.setNavigationBarHidden(true, animated: animated)
navigationController?.setToolbarHidden(false, animated: animated)
navigationController?.interactivePopGestureRecognizer?.delegate = nil
}

override func viewWillDisappear(_ animated: Bool) {
Expand Down

0 comments on commit be5f542

Please sign in to comment.