摘要: 编译时 报错 warning:Could not resolve external type c:@S@CGSize 解决方法 配置Bulid Setting 中Debug Information Format中的Debug 为DWARF 关于DWARF和dSYM的解释等参考资料: http://w 阅读全文
posted @ 2016-04-13 16:59 韩江河 阅读(198) 评论(1) 推荐(1) 编辑
摘要: NSString *meta = [NSString stringWithFormat:@"document.getElementsByName(\"viewport\")[0].content = \"width=self.view.frame.size.width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0, user-s... 阅读全文
posted @ 2016-03-18 09:02 韩江河 阅读(222) 评论(1) 推荐(1) 编辑
摘要: //无色 cell.selectionStyle = UITableViewCellSelectionStyleNone; typedef NS_ENUM(NSInteger, UITableViewCellSelectionStyle) { UITableViewCellSelectionStyl 阅读全文
posted @ 2016-02-26 10:23 韩江河 阅读(162) 评论(1) 推荐(1) 编辑
摘要: NSArray* array = [NSArray arrayWithObjects:[NSNumber numberWithInt:1], [NSNumber numberWithInt:2], [NSNumbe... 阅读全文
posted @ 2016-01-13 10:33 韩江河 阅读(624) 评论(0) 推荐(0) 编辑
摘要: 出现此问题 的情景我在提交svn之前,在Xcode中的Images.xcassets里添加了文件夹后又删除了,但是 在Xcode中提交的时候,左侧勾选文件那一栏中 出现了此文件夹及里边的文件。解决:我在conerstore中将此文件夹 remove后,再commit,就成功了。 阅读全文
posted @ 2016-01-12 15:02 韩江河 阅读(1503) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/xdrt81y/article/details/38926663 阅读全文
posted @ 2015-11-10 13:59 韩江河 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 转地址:http://www.lvtao.net/ios/564.html 阅读全文
posted @ 2015-11-09 15:18 韩江河 阅读(215) 评论(0) 推荐(0) 编辑
摘要: -(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{//参考资料:http://beyondvince... 阅读全文
posted @ 2015-11-09 11:46 韩江河 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 一、移动开发技术本地化应用(Native App): 原生应用开发到混合型应用(Hybrid APP):介于Web App、Native App这两者之间的app基于WEB的应用Web App:Web App就是运行于网络和标准浏览器上,基于网页技术开发实现特定功能的应用。二、国内Hybrid AP... 阅读全文
posted @ 2015-11-09 11:45 韩江河 阅读(317) 评论(0) 推荐(0) 编辑
摘要: 资料:http://www.cnblogs.com/daiweilai/p/4421340.html#undefined一、断点基本操作:添加 、移除、监视(Watch)某个变量。普通断点Edit Breakpoint1、Condition这里可以输入条件表达式,满足条件的时候断点就会生效。2、In... 阅读全文
posted @ 2015-10-25 12:16 韩江河 阅读(177) 评论(0) 推荐(0) 编辑