Wait during iPhone UI modification
Posted
by paul simmons
on Stack Overflow
See other posts from Stack Overflow
or by paul simmons
Published on 2010-04-09T02:32:27Z
Indexed on
2010/04/09
2:43 UTC
Read the original article
Hit count: 256
iphone
Hi, I am making modifications to elements on UI. There is no (extra) thread or any async. calls. However I want to give a slow motion effect, so wait specific time at each step in a for loop. How can I achieve this without blocking the UI?
© Stack Overflow or respective owner