0

I need help with my control viewers in Xcode. In my storyboard, I created a navigation view controller. In which I created one view controller as my root view and added several objects in it.

Now in the general way, I'm trying to Ctrl + drag Element onto my View Controller. It doesn't show any Blue line like it is supposed to so.

Also I wish I can get some explanation or tutorials describing the method of creating views and controllers and linking them.

4

1 に答える 1

0

This is great tutorial to understand storyboards(single view for all the views in application) and Segues (transition between views). Go through both parts.

于 2013-02-25T13:28:09.643 に答える