Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

a simple "Wait" animation in ios 5 on a viewcontroller

Tags:

ios

I have a simple ViewController with 5 labels each of which get populated with data dynamically on runtime as a result of regex parsing. I want to show any simple "Wait" animation, while the labels are getting their data, to tell users that processing is taking place.

I read a lot of SO solutions which more or less try to do something similar but I am nt able to get the simplest of working code.

To start with I dont need how much % of work is done i.e. no progress bar. Just Wait is enough. Later on may be i would want to add that logic bt I need a start right now!

This should have worked but it doesnt :(

like image 826
Vikas Singh Avatar asked Dec 06 '25 15:12

Vikas Singh


1 Answers

Have you tried adding UIActivityIndicatorView??

like image 104
TompaLompa Avatar answered Dec 08 '25 15:12

TompaLompa



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!