UITableViewCells loaded from NIB always nil
- by Jason B
I'm trying to create a simple form using a UITableViewController as documented in the Apple Developer Documentation here:
http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html
What I'm trying to do is located in the section entitled: "The Technique for Static Row…