networking - iOS 7 Don't show network activity indicator -


I know that this question has been asked many times before, but none of the solutions is working for me is. How do I hide the network activity indicator in the iOS status bar?
Most websites will ask you to use the following code, but the indicator still appears in the status bar. [[UIApplication ShareApp] setNetworkActivityIndicatorVisible: No];

It is possible that some other code (you are using static library / open Source) Determining visibility on yes .

I will set a symbolic breakpoint at - [UIApplication setNetworkActivityIndicatorVisible:] and see which part of the code is responsive.

Follow up to set a symbolic breakpoint.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -