How can I create a UITablveVIew like this?

How can I create a UITablveVIew like this?

UITableViewCellUIButton, UILable etc etcUILable or changing the image of UIButtonNote : To implement this kind of UITableView it is important for you know what will be the format of your cell.
You subclass UITableViewCell. I've done it myself, and here are some great links on the topic:
The best way to do custom, reusable UITableViewCells
Custom UITableViewCell with IB
The IB method is very straightforward.
Try to use Custom Cell for this design and use table View Editing Style to add new rows in table.
Check here for sample Projects
Table View Sample1 Table View Sample2
Hope this will helps u