iphoneobjective-ccocoa-touchuitableviewios4

How to give space between two cells in tableview?


I want a space between two cell in table view,

I want cell like this,

enter image description here

How can i do that?


Solution

  • You can create a Sections of TableView also in the UITableView... This methods are compulsory so create sections and in each section you can create single cell as in your picture..