How do I add a UIImage to grouped UITableViewCell so it rounds the corners?

Posted by John Williams on Stack Overflow See other posts from Stack Overflow or by John Williams
Published on 2010-01-22T16:13:19Z Indexed on 2010/03/15 19:59 UTC
Read the original article Hit count: 439

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.)

Top left corner of image needs to be round

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about objective-c