Prototype cell from storyboard not creating UILabels, etc
问题 My question is very similar to this one. My custom prototype cells designed in Interface Builder using storyboards have all the internal objects set to nil (not created), so when I try to assign values to them, they remain blank. I am using Xcode 4.6.2, and running the code in the 6.1 iPhone simulator. Here is what I've done: designed a prototype cell in interface builder with the necessary fields. created a subclass of UITableViewCell for this custom cell in code, and then set the cell in