iOS Question Wait For something to finish before continuting

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

Just wondering with the 'Wait For' if there is a way to wait for something to be set.

For Example, if you have a ProgressBar and I set it to 50%, is there a way to wait for it to be 50% before it continues with the rest of the code ?

Set ProgressBar to 50%
Wait For ProgressBar to be 50%
Log something to the IDE Log now that the progressbar is 50%.
 
Top