首页 > 代码库 > SVProgressHUDDemo

SVProgressHUDDemo

效果图:

工程图:

注意:要加入第三方库SVProgressHUD

代码:

RootViewController.m

//点击任何处,弹出提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{    [SVProgressHUD showWithStatus:@"Doing Stuff"];}

 源代码地址:http://url.cn/UvFo9L

SVProgressHUDDemo