I have a UITableView
object in my view controller and I added the following code inside viewDidAppear:
:
self.navigationController.hidesBarsOnSwipe = true
The navigation bar is hiding when I scroll up, but when I scroll down it's not coming back.
Do I need to do something else?