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
Post a Comment