开发者

WebXML parsing, Showing with Activity Indicator

开发者 https://www.devze.com 2023-03-26 00:42 出处:网络
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, pleas

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 tel开发者_C百科l me..


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];
0

精彩评论

暂无评论...
验证码 换一张
取 消