Calling setNeedsDisplay continuously slows down the other subviews. This is my code:
if (_recording){
[self performSelector:@selector(setNeedsDisplay) withObject:nil afterDelay:delayRemaining >1.0 ? delayRemaining : 0.1];
}
Please help.
|
Calling setNeedsDisplay continuously slows down the other subviews. This is my code:
Please help. |
||||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Joke -- Deh yeh haz teh codez? Assuming |
|||
|
|