I have a view controller. I choose Editor->Embed In->Navigation Controller option. A navigation controller is added to storyboard and my view controller becomes root view controller. Besides, A Navigation Item is added at the top of my view controller.
On the other hand, we can put a navigation bar on view controllers and we can create forward backward transition between view controllers without navigation controller.
What is difference between navigation item and navigation bar ?