Updating UILabel and UIButton immediately
Posted
by paul simmons
on Stack Overflow
See other posts from Stack Overflow
or by paul simmons
Published on 2010-05-07T08:58:59Z
Indexed on
2010/05/07
10:48 UTC
Read the original article
Hit count: 167
iphone-sdk
Hi, In a project, I change a UILabel's text with setText, a UIButton's color and after that do a time consuming calculation, followed by an animation.
However, the text's and color's change is reflected after the calculation is executed (and before the animation begins) however I want to reflect the changes immediately before calculation (as you guess it is a waiting text)
How can I achieve this?
© Stack Overflow or respective owner