I'm trying to get my application to perform an action after a delay, but it will have to be done WHILE the user is interacting with/scrolling on a UIScrollView
.
I'm not sure why neither performSelector:withObject:afterDelay
or scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:
will fire. Is it because they're on a background thread?
Any suggestions or help?