I created a UITableView custom cell in a nib file and separate class file for it to load the cell contents.
Right now am loading them in a UITableView. Currently when I am scrolling down the table view some labels are missing from the cell. When I give the same identifier name in a view controller class where am populating the uitableview and a UITableView cell nib file am facing this problem. I couldn’t find out what is the exact cause behind it.
I created a UITableView custom cell in a nib file and separate class file
Share
http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html%23//apple_ref/doc/uid/TP40007451-CH7
Read out this apple document. Hope this will help you.