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.

Adding Table View Controller

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

Popular posts from this blog

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -