Hey everyone how would I call setNeedsDisplayInRect for this specific rect?
it is driving me crazy that I cannot figure it out.
and would be called in here
Help would be greatly appreciated thanks!
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)];
}