hidesBarsWhenKeyboardAppears
A Boolean value indicating whether the navigation controller hides its bars when the keyboard appears.
Declaration
var hidesBarsWhenKeyboardAppears: Bool { get set }Discussion
When this property is set to true, the appearance of the keyboard causes the navigation controller to hide its navigation bar and toolbar. The default value of this property is false.