objective c - Drag and drop table view controller into view controller -
I am using Xcode 5 and IOS SDK 7.1 and after a tutorial that says you will see a table view The controller should drag and drop a view controller as shown below.
However, when I view the View Controller Drag and drop it, the table does not accept view controller and the icon (table view controller) now goes back to its original state in the object library. I tried to complete zooming but it does not solve the problem.
It seems that the problem you have is that when you want a tutorial that you UITableView
, you're trying to drag the UITableViewController
is a difference.
Comments
Post a Comment