Hi:
Im totally new to Xcode but not new to software development. Im currently looking at the Storyboard option to create a new screen using a UITableViewController.
My TableView has 1 section and 2 rows which I want to store settings from NSUserDefaults. Each row has a label and a textbox.
I have labeled the rows so they can be uniquely identified, however when I run I get no errors but the label and text box's don't show.
However, if I change the controller to be a TableUIViewController (rather than using my subclass) it works fine...
I subclass is just a standard subclass.
Anyone help?
Im totally new to Xcode but not new to software development. Im currently looking at the Storyboard option to create a new screen using a UITableViewController.
My TableView has 1 section and 2 rows which I want to store settings from NSUserDefaults. Each row has a label and a textbox.
I have labeled the rows so they can be uniquely identified, however when I run I get no errors but the label and text box's don't show.
However, if I change the controller to be a TableUIViewController (rather than using my subclass) it works fine...
I subclass is just a standard subclass.
Anyone help?
Last edited: