ios 7 customizing UITableViewCell's content view

前端 未结 5 746
春和景丽
春和景丽 2021-02-11 00:59

Using storyboard in ios7 the content view is explicitly viewed under the Table View Cell in the story board editor (opposed to previous version

5条回答
  •  日久生厌
    2021-02-11 02:03

    Create new uiviewcontroller with xib interface and add the required sub-views .Also,establish the iboutlet connections.

    Now ,rename the viewcontroller : UIViewcontroller to viewcontroller : UITableviewcell in .h file of your newly created view controller.

    Your tableviewcell was created and ready to use with any UITableview of any class.

    Hope it helps.

提交回复
热议问题