I’m trying to add images to table cells in a grouped UITableView but the corners of the images are not clipped. What’s the best way to go about clipping these (besides clipping them in Photoshop? The table contents are dynamic.)
For example, the first image in a table would need the top left corner rounded only.
This was my solution, which could use a little refactoring:
Implement those functions, then check the
indexPathin thecellForRowAtIndexPathdelegate method to determine which corner to round.