How to add image and texts as shown in the below snapshots?I am already using navigation controller in my application, so is there any problem in including UITableView controller as a new navigated page from home page.![like this page I am trying to make my application![][1]](https://i.stack.imgur.com/jtyhS.png)
How to add image and texts as shown in the below snapshots?I am already
Share
I would subclass the UITableView Cell and create my own cell
MyCustomTableViewCell, with the UIImageView and UILabel inside.Then you could do this to update your cells in reusing case