How to instantiate a UITableViewCell from a nib
iphone, uikit, uitableview
Solution
Apple has a great explanation on how to do this in the table view programming guide
Problem
One can add a tableviewcell in the nib of its tableviewcontroller, but how do you get to it?