|
2 |
edited tags
|
||
|
1 |
|
||
iPhone: How to load a View using a nib file created with Interface BuilderHi I'm trying to do something a bit elaborate but that should be possible, so here is a challenge for all you experts out there (this forum is pack of the lot of you :) ). Im creating a Questionnaire "component" I want to load on a NavigationContoller my QuestionManagerViewController. This is an "empty" view controller that can load different views depending on the question that needs to be answered. The way I'm doing this is: 1) Create the Question1View object a as UIView subclass, defining some IBOutlets. 2) Create (using Interface Builder) the Question1View.xib (HERE IS WHERE MY PROBLEM PROBABLY ARE). I set the both the ViewController and the View to be of class Question1View. 3) I link the outlets with the view's component (using IB). 4) I override the inithWithNib of my QuestionManagerViewController to look like this:
When I run the code Im getting this error:
Im sure there is a way to load the view using the nib file, without needing to create a viewController class. Any ideas? Thanks! Gonso
|
||||
