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

walapu

macrumors newbie
Original poster
May 1, 2008
5
0
Hey everyone how would I call setNeedsDisplayInRect for this specific rect?

it is driving me crazy that I cannot figure it out.

Code:
- (void)movetext:(CGRect)rect inContext:(CGContextRef)context
{ 
//Stuff
}

and would be called in here

Code:
- (void) onTimer {
	[self setNeedsDisplayInRect:(something)];
}
Help would be greatly appreciated thanks!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.