hidesNavigationBar property

bool? hidesNavigationBar
final

If this controller is embedded in UINavigationController its navigation bar is hidden by default. Set this property to false to show the navigation bar. This must be set before this controller is presented.

Implementation

final bool? hidesNavigationBar;