/ Published in: Objective C
Note that variables that you use within the run function must be marked as 'final'
Expand |
Embed | Plain Text
new Handler().postDelayed(new Runnable() { public void run() { myVar.doSomething(); } }, 2000);
You need to login to post a comment.
