上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 常用三方Reachability 检 测网络连接用来检查网络连接是否可用:包括WIFI和 WWAN(3G/EDGE/CDMA等)两种工作模式。可以从Apple网站下载到: http://developer.apple.com/library/ios/#samplecode/Reachab ility... 阅读全文
posted @ 2015-11-09 15:01 木子东晓东 阅读(416) 评论(0) 推荐(0)
摘要: 标签视图控制器 UITabBarControllerFirstViewController*first = [[FirstViewController alloc] init];//创建一个UITableBarItem对象,作为first的 tabBarItem属性//选中与不选中图片可以一样,可以... 阅读全文
posted @ 2015-11-09 15:00 木子东晓东 阅读(205) 评论(0) 推荐(0)
摘要: 判断是否是iOS8 //判断是否是iOS8if ([[UIDevice currentDevice].systemVersion doubleValue]>=8.0) {NSLog(@"shi "); }else{NSLog(@"bushi");} 阅读全文
posted @ 2015-11-09 14:59 木子东晓东 阅读(215) 评论(0) 推荐(0)
摘要: NSString*str = @"http://app.d1xz.net/xingzuoapp2/news?typ e=xingwen&page=1";NSURL*url = [NSURLURLWithString:str]; [self createData:url forType:1];//解析... 阅读全文
posted @ 2015-11-09 14:58 木子东晓东 阅读(141) 评论(0) 推荐(0)
摘要: Xcode已经集成了git,建立新项目时钩选使用git,然后按照下面步骤让Xcode和git@osc建立连接。第一步:成生SSH密钥打开终端命令工具,输入命令:ssh-keygen -t rsa -C "diaosi@gmail.com"注意ssh-keygen没有空格。屏幕输出:Generatin... 阅读全文
posted @ 2015-11-09 14:56 木子东晓东 阅读(151) 评论(0) 推荐(0)
摘要: http://jquery.cuishifeng.cn/source.htmlhybrid appHybrid App(混合模式移动应用)是指介于web-app、native-app这两者之间的app,兼具“Native App良好用户交互体验的优势”和“Web App跨平台开发的优势”。Hybri... 阅读全文
posted @ 2015-10-06 20:59 木子东晓东 阅读(269) 评论(0) 推荐(0)
摘要: 手势UITapGestureRecognizer是轻拍手势识别器,能识别轻拍操作UILongPressGestureRecognizer是长按手势识别器,能识别长按操作。UIRotationGestureRecognizer是旋转手势识别器,能识别旋转操作。UIPinchGestureRecogni... 阅读全文
posted @ 2015-09-30 15:46 木子东晓东 阅读(139) 评论(0) 推荐(0)
摘要: NSString *filePath = [[NSBundle mainBundle] pathForResource:@"cinemalist" ofType:@"plist"]; NSMutableDictionary *myDic = [NSMutableDictionary dictio... 阅读全文
posted @ 2015-09-30 15:45 木子东晓东 阅读(204) 评论(0) 推荐(0)
摘要: 数组越界保护if(index.row = 7.0 ? YES : NO) 阅读全文
posted @ 2015-09-30 15:43 木子东晓东 阅读(241) 评论(0) 推荐(0)
摘要: XML数据解析http://www.tuicool.com/articles/Nraau2(必用)http://www.cnblogs.com/pengyingh/articles/2342699.html(html解析)是基于Xml点对点的即时通讯XAMPP 打不开方法(sudo apachect... 阅读全文
posted @ 2015-09-30 15:42 木子东晓东 阅读(109) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页