I have a UIviewController, in the xib file I added 3 uitableview cells, but I want to give the top and bottom cells rounded corners similar to a grouped table look. How can I do this, also how can I add table cells to a uiviewcontroller progammatically?
Share
Here’s my approach, but for this to work you’ll need to have an image for top cell, bottom cell, and middle cell. This will help distinguish between the first row, middle rows and the bottom one.