On Mon, 11 Mar 2013 09:19:23 -0600, gary.gard...@brokensoftware.com said:

>10) Drag a Navigation Controller to the storyboard window
>11) Click on the root view controller view

Yes, but the problem is that the default root view controller (11) that you get 
when drag a navigation controller into the canvas (10) is a 
UITableViewController. Your class is not a UITableViewController, so, quite 
correctly, you can't turn a UITableViewController into your class. You have to 
*delete* the UITableViewController and replace it as root view controller with 
a plain vanilla UIViewController. m.

--
matt neuburg, phd = m...@tidbits.com, <http://www.apeth.net/matt/>
A fool + a tool + an autorelease pool = cool!
Programming iOS 6! http://shop.oreilly.com/product/0636920029717.do


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to