ios - Unable to hide network activity indicator -



ios - Unable to hide network activity indicator -

i'm attempting hide network activity indicator using code below. i've gathered, should rather easy task i've been unsuccessful. i've tried implementing in app delegate , view controller no luck.

uiapplication.sharedapplication().networkactivityindicatorvisible = false;

has had problem before? there solution?

edit:

through rigorous debugging able find source of problem: parse analytics. unfortunately haven't yet allowed feature turn off.

you can avoid confusion service using net letting parse thing (most can nil it) , indicate loading in app via own uiactivityindicatorview.

ios swift

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -