如何在顶部状态栏中显示加载指示器 [英] How to show the loading indicator in the top status bar

查看:118
本文介绍了如何在顶部状态栏中显示加载指示器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我注意到一些应用程序,如Safari和Mail,当他们正在访问网络时,在状态栏(手机最顶部的栏)中显示一个加载指示器。有没有办法在SDK应用程序中做同样的事情,或者这是一个只有苹果的事情?

I have noticed that some apps like Safari and Mail show a loading indicator in the status bar (the bar at the very top of the phone) when they are accessing the network. Is there a way to do the same thing in SDK apps, or is this an Apple only thing?

推荐答案

它在UIApplication:

It's in UIApplication:

[UIApplication sharedApplication].networkActivityIndicatorVisible = YES;

这篇关于如何在顶部状态栏中显示加载指示器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆