WebXML解析,用活动指示器显示

发布于 2024-11-28 06:29:43 字数 173 浏览 0 评论 0原文

所有人 我使用了一个博客教程.. 查看此链接

这工作正常,我也使用此 xml 的其他标记并显示..但不知道在哪里设置ActivityIndi​​cator..有博客教程吗,请告诉我..

EveryBody
I have use one blog tutorial..
See this link

This works fine, I also us this xml's other tag and display.. But dont know where to set ActivityIndicator.. Is there any blog tutorial, please tell me..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷爱 2024-12-05 06:29:43

这里有一篇关于使用活动指标的博客文章:
http://www.edumobile.org/iphone/ iphone-programming-tutorials/use-activityindicator-in-iphone/

最重要的代码片段是:

[activityView startAnimating];
[activityView stopAnimating];

//To Test for a Conditional
[activityView isAnimating];

There is a blog post about using activity indicators here:
http://www.edumobile.org/iphone/iphone-programming-tutorials/use-activityindicator-in-iphone/

The most important pieces of code are:

[activityView startAnimating];
[activityView stopAnimating];

//To Test for a Conditional
[activityView isAnimating];
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文