I have an IBOutlet that I have linked to from the storyboard
@IBOutlet var creeLigueBouton: UIBarButtonItem!
and I want to make it disappea
I did it using this:
navigationItem.setHidesBackButton(true, animated: true)