Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

storyboard navigation controller without tableview controller

Whenever I add a Navigation controller to the xcode storyboard there is a tableviewcontroller added with a "relation" connecting the two and I don't want a tableviewcontroller, I want a regular viewcontroller. How do I get that? I am trying to reproduce the following Apple PhotoPicker sample in a storyboard.

Apple PhotoPicker sample

like image 475
zerowords Avatar asked Feb 18 '13 23:02

zerowords


People also ask

How do I remove a view controller from storyboard?

To delete the View Controller from the storyboard, select the View Controller by clicking the Show Document Outline icon and then clicking on View Controller Scene in the Document Outline. Then press Backspace or choose Edit > Delete.


1 Answers

Easy: Drag a ViewController onto the storyboard, then click "editor" and "embed in". Choose NavigationController. Done.

like image 66
katzenhut Avatar answered Jan 03 '23 11:01

katzenhut