tags:

views:

22

answers:

1

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