see below figure, it has- TableView & tablecell have same background image i.e.tableview & tablecell must not look different. in tableCell there must be one button .
see below figure, it has- TableView & tablecell have same background image i.e.tableview &
Share
I did this following way:
I created two prototype cells having different Cell identifier
e.g. left cell identifier= Cell1 & right cell identifier=Cell2.
simply put one round-rect button, make it as custom because it shows only in image shape
made table cell background color as clearColor, it requires because for the feel of table cell & tableview must look same.
also set tableView background color as clearColor & add images to both button.