效果图:工程图:注意:需要加入的第三方Toast.RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self.view makeToast:@"Th...
分类:
其他好文 时间:
2014-10-27 17:05:16
阅读次数:
248
效果图:工程图:注意:要加入第三方库SVProgressHUD代码:RootViewController.m//点击任何处,弹出提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [SVProgressHUD ...
分类:
其他好文 时间:
2014-10-27 17:00:29
阅读次数:
251
效果图:工程图:要加入第三方库文件YXSpritesLoadingView。RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [YXSpritesL...
分类:
其他好文 时间:
2014-10-27 15:35:38
阅读次数:
177
效果图:工程目录:此代码需要加第三方库,MLTableAlert.RootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self showTableA...
分类:
其他好文 时间:
2014-10-27 14:14:54
阅读次数:
152
效果图:工程图:此工程要引入第三方库DXAlertViewRootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self twoBtnClicked]...
分类:
其他好文 时间:
2014-10-27 12:30:42
阅读次数:
223
效果图:工程图:注意:此文件要加入第三主库URBAlertView.RootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ URBAlertVie...
分类:
其他好文 时间:
2014-10-27 12:25:20
阅读次数:
122
NSMutableSet *set=[NSMutableSet set]; [_list enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) { [set addObject:obj[@"Measu...
分类:
移动开发 时间:
2014-10-27 12:21:34
阅读次数:
727
效果图:工程图:注意,此工程需要导入第三方库STAlertViewRootViewController.m//点击任何处,弹出按钮-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self showTextFie...
分类:
其他好文 时间:
2014-10-27 12:15:46
阅读次数:
193
效果图:工程图:此工程需要导入第三方,AMSmoothAlertRootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ alert = [[AMSmoot...
分类:
其他好文 时间:
2014-10-27 10:45:46
阅读次数:
189
直接上代码示例:-(void)touchesBeGan:(NSSet *)touches withEvent:(UIEvent *)event{ //1.url NSURL *url = [NSURL URLWithString:@"http://m.baidu.com"]' //2.requ...
分类:
移动开发 时间:
2014-10-22 23:41:10
阅读次数:
506