| .h: UIActivityIndicatorView* progressView; .m: // show the waiting symbol progressView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]; [progressView setCenter:CGPointMake(160.0f, 240.0f)]; [progressView startAnimating]; [self.view addSubview:progressView]; // dismiss the waiting symbol [progressView removeFromSuperview]; [progressView stopAnimating]; [progressView release]; |
创造iPhone等待图标
最新推荐文章于 2025-12-04 14:59:40 发布
55

被折叠的 条评论
为什么被折叠?



