iphone - Label in the table's cell -


I want to add a label to the table's cell. In my case the cell is generated from any other file using UITableViewCell. Any guidance?

Thank you ...

If your second file is a subclass of UITableViewCell you You can do the following:

  1. Define the UITableViewCell Visual Program
  2. Define the View by using NIBfile

    In the indicator cell init method, for the contents of your table view cell so that the cell can start itself with appropriate model information.

    If you choose the method, you should usually retrieve the cell content view size to keep your elements in program 1.

    Good luck.

Comments