tags:

views:

9

answers:

0

i am displaying all my info like name. addresss,details and work in different cells of section

now is it possible to display them in one go like lets say i want to display them in area x=0,y=0,w=200,h=200 thats it

right now i am using this

switch(indexPath.section) {

// cell.detailTextLabel.text case 0: cell.text = aBook.name; case 1: cell.text = aBook.ndetail;

}

but this looks very dull so i want to merge them in one cell only is that possible?? or how to put them close