• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem with using a Navigation Controller in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with using a Navigation Controller in Xcode


  • Subject: Re: Problem with using a Navigation Controller in Xcode
  • From: Matt Neuburg <email@hidden>
  • Date: Tue, 12 Mar 2013 09:39:06 -0700

On Mon, 11 Mar 2013 09:19:23 -0600, email@hidden 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 = email@hidden, <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 (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Problem with using a Navigation Controller in Xcode
      • From: email@hidden
  • Prev by Date: Re: UITableViewController init not called (storyboard)
  • Next by Date: Re: UITableViewController init not called (storyboard)
  • Previous by thread: Re: Problem with using a Navigation Controller in Xcode
  • Next by thread: Re: Problem with using a Navigation Controller in Xcode
  • Index(es):
    • Date
    • Thread