Reputation: 67
fellows!
I request you help for my doubt below:
Does anybody know why?
Already, I thank
Upvotes: 2
Views: 199
Reputation: 112
You need a ViewController in the storyboard, then only go in the right menu in the Custom Class and select the name of your class
I can't post images but here is one
Upvotes: 0
Reputation: 146
Click on your storyboard Drag and Drop a ViewController onto the storyboard Click on the yellow icon of the view controller Display Utilities area Display the inspector in utilities hover over icons in utilities to find it Find the class you created under custom class
Completed
Upvotes: 0
Reputation: 535944
I strongly recommend that you start with the Master-Detail Application template instead (with storyboard and Core Data). It works right out of the box, and even if you don't end up using a master-detail architecture, it has the storyboard and lots of templated boilerplate code for Core Data that you'll be able to use later on with very little modification.
Upvotes: 0
Reputation: 4914
You need to edit your plist and your
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
See the answer:
Started making my app, now need story boards
Upvotes: 1