iOS Notes 23: How to hide back button on NavigationBar?

Kuray Ogun
FreakyCoder Software Blog

--

Hey,

Just one line code helps us to hide the back button on our NavigationBar.

Markdown:

self.navigationItem.setHidesBackButton(true, animated:true);

Gist:

That’s it!

If you have any question, ask me :)

--

--