SVProgressHUDDemo
时间:2014-10-27 17:00:29
收藏:0
阅读:251
效果图:
工程图:
注意:要加入第三方库SVProgressHUD
代码:
RootViewController.m
//点击任何处,弹出提示框 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [SVProgressHUD showWithStatus:@"Doing Stuff"]; }
源代码地址:http://url.cn/UvFo9L
评论(0)