Rounded Corners on UIImage
I’m trying to draw images on the iPhone using with rounded corners, a la the contact images in the Contacts app. I’ve got code that generally work, but it occasionally crashes inside of the UIImage drawing routines with an EXEC_BAD_ACCESS – KERN_INVALID_ADDRESS. I thought this might be related to the cropping question I asked a … Read more