标签:style blog http color ar sp div on 2014
工程图:
注意加入第三方库SVStatusHUD.
代码如下:
//点击任何处出现提示 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [self showWithImageStatus]; } - (void)showWithImage { [SVStatusHUD showWithImage:[UIImage imageNamed:@"sync"]]; } - (void)showWithImageStatus { [SVStatusHUD showWithImage:[UIImage imageNamed:@"wifi"] status:@"Connected"]; }
源代码地址:http://url.cn/TIjvsJ
标签:style blog http color ar sp div on 2014
原文地址:http://www.cnblogs.com/yang-guang-girl/p/4054495.html