Hi, is there a way to add something to be executed in EDT/Event Dispatch Thread in Iphone application like the invokeLater method in Java Swing application ?
+2
A:
Have a look at NSObject
class reference - methods starting with performSelector
Vladimir
2009-12-11 11:26:12