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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -