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