ios - UIActivityIndicatorView hidden property is set to YES by default -


i had issue uiactivityindicatorview object not appear on view.

in docs, found set no/false default. however, try print uiactivityindicatorview object, , see set yes, reason not visible.

is bug, or small change in ios 8 sdk, , previous versions?

as per documentation,uiactivityindicatorview has property hideswhenstopped. set yes/true default. true when animation stopped or animation not started. when adding uiactivityindicatorview, have start animation.also if set hidden property false.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -