hidesBackButton
A Boolean value that determines whether the navigation item hides the Back button.
Declaration
var hidesBackButton: Bool { get set }Discussion
When set to true, the Back button is hidden when this navigation item is the top item. This is true regardless of the value in the leftItemsSupplementBackButton property. When set to false, the Back button is shown if it’s still present. (It can be replaced by values in either the leftBarButtonItem or leftBarButtonItems properties.) The default value is false.