YahooArchive/YangMingShan

Is it possible to disable the navigationController hiding on bar swipe?

Opened this issue · 0 comments

I try below code; however, it doesn't seem to have any effect as there seems to be no navigationController:

pickerViewController.navigationController?.hidesBarsOnSwipe = false

navigationController is nil actually. So is there any other way to disable the hiding of the navigationBar?