每个人 我使用了一个博客教程.. See this link
这个工作正常,我也是我们这个xml的其他标签并显示..但是不知道在哪里设置ActivityIndicator ..有没有博客教程,请告诉我..
答案 0 :(得分:1)
这里有一篇关于使用活动指标的博文: http://www.edumobile.org/iphone/iphone-programming-tutorials/use-activityindicator-in-iphone/
最重要的代码是:
[activityView startAnimating];
[activityView stopAnimating];
//To Test for a Conditional
[activityView isAnimating];