Can i put an image in the top of an TableViewCell instead of putting it on the left side ? I used this to put it in the cell:
TableViewCell
Code:
Yes you can. for this you have to go for custom tableview cell. you can design this using separate XIB for tableview cell. May be this link will help you.
or search on google also for more examples its easy to implement.