Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

KnightWRX

macrumors Pentium
Original poster
Jan 28, 2009
15,046
4
Quebec, Canada
Does the following code result in bad stuff happening ?

Code:
- (void)drawRect:(CGRect)rect
{
    CGContextRef context = UIGraphicsGetCurrentContext();
    /* unimportant stuff happens here */
    CGContextRelease(context);
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.