Is there a way to do multiple actions respectively using the : performSelector:withObject:afterDelay code ?
Sample code will be appreciated ,
Thanks in advance.
Is there a way to do multiple actions respectively using the : performSelector:withObject:afterDelay code
Share
Or use blocks. If you start to type
dispatch_after, you’ll see code completion that will pop up the following snippet of code, and then you can put however many actions you want in that block. In this example, I’m showing it being used inside anIBAction: