In my main page, I created a xib file for UITableViewCell. I\'m loading the cell from that xib file and its working fine.
Inside of the cell I have some labels and
2 am answer: You're over thinking this. Create a custom TableViewCell class; set the prototype cell class to your new custom class; and then create an IBAction.