how to repeat sth every 20 seconds ?(except NSTimer)
A:
Maybe performSelector:withObject:afterDelay: is what you were looking for?
Just have each repeated method request the next one using another 10 OR 20 second delay.
hotpaw2
2010-10-03 19:38:24