码迷,mamicode.com
首页 >  
搜索关键字:nsditionary nsmutableditionary nsset nsmutableset    ( 346个结果
ToastDemo
效果图:工程图:注意:需要加入的第三方Toast.RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self.view makeToast:@"Th...
分类:其他好文   时间:2014-10-27 17:05:16    阅读次数:248
SVProgressHUDDemo
效果图:工程图:注意:要加入第三方库SVProgressHUD代码:RootViewController.m//点击任何处,弹出提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [SVProgressHUD ...
分类:其他好文   时间:2014-10-27 17:00:29    阅读次数:251
YXSpritesLoadingViewDemo
效果图:工程图:要加入第三方库文件YXSpritesLoadingView。RootViewController.m//点击任何处,弹出提示-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [YXSpritesL...
分类:其他好文   时间:2014-10-27 15:35:38    阅读次数:177
MTLableAlertDemo
效果图:工程目录:此代码需要加第三方库,MLTableAlert.RootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self showTableA...
分类:其他好文   时间:2014-10-27 14:14:54    阅读次数:152
DXAlertViewDemo
效果图:工程图:此工程要引入第三方库DXAlertViewRootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self twoBtnClicked]...
分类:其他好文   时间:2014-10-27 12:30:42    阅读次数:223
URBAlerViewDemo
效果图:工程图:注意:此文件要加入第三主库URBAlertView.RootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ URBAlertVie...
分类:其他好文   时间:2014-10-27 12:25:20    阅读次数:122
IOS 数组分组 Grouped NSArray
NSMutableSet *set=[NSMutableSet set]; [_list enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) { [set addObject:obj[@"Measu...
分类:移动开发   时间:2014-10-27 12:21:34    阅读次数:727
STAlertViewDemo
效果图:工程图:注意,此工程需要导入第三方库STAlertViewRootViewController.m//点击任何处,弹出按钮-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [self showTextFie...
分类:其他好文   时间:2014-10-27 12:15:46    阅读次数:193
AMSmoothAlertDemo
效果图:工程图:此工程需要导入第三方,AMSmoothAlertRootViewController.m//点击任何处,出现提示框-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ alert = [[AMSmoot...
分类:其他好文   时间:2014-10-27 10:45:46    阅读次数:189
ios开发-常用网络
直接上代码示例:-(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
346条   上一页 1 ... 28 29 30 31 32 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!