UIScrollView pausing timer when scrolling
Hi all,
Does anyone know why a timer I have ticking away on a subview of a UIScrollView gets paused whenever I start scrolling? It resumes after the scrolling as ended.
Thanks,
Dunc.
Does anyone know why a timer I have ticking away on a subview of a UIScrollView gets paused whenever I start scrolling? It resumes after the scrolling as ended.
Thanks,
Dunc.
Added the following after I create my timer:
[[NSRunLoop currentRunLoop] addTimer:fieldGameTimer forMode:NSRunLoopCommonModes];
worked a treat!
[[NSRunLoop currentRunLoop] addTimer:fieldGameTimer forMode:NSRunLoopCommonModes];
worked a treat!
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Timer and Touch Event concurrent issue | claudie | 7 | 3,876 |
Aug 9, 2009 06:05 PM Last Post: claudie |
|
| Timer Slows down in sleep mode | chrism | 13 | 5,203 |
Jun 14, 2009 05:36 PM Last Post: longjumper |
|
| UIScrollView won't bounce, and doesn't respond to touches consistently. | groffhibbitz | 0 | 2,902 |
Jun 3, 2009 11:30 AM Last Post: groffhibbitz |
|
| iphone watchdog timer | macnib | 5 | 3,569 |
May 10, 2009 10:58 PM Last Post: kodex |
|
| UIWebView in UIScrollView | anto66r | 0 | 3,369 |
Apr 22, 2009 04:54 AM Last Post: anto66r |
|

