我希望能夠調用的方法,然後,要麼等待的方法來完成做的事情,然後調用next方法調用,或者調用一個方法,等待一定的時間,然後調用一個方法。如何延遲方法調用?
上我會怎麼做,有什麼想法?
例子:
[self method1];
//wait for method1 to finish whatever it's doing then move onto the next line
[self method2];
OR
[self method1];
//wait say, 500ms then move onto the next line
[self method2];
這是否是偶然做的所有動畫?如果是這樣,你會以錯誤的方式去做。 – jer 2010-10-30 21:10:58
其實不,我不是想動畫 – cgossain 2010-10-30 21:14:11