摘要: 今天是搭建这个项目的第三天搭建这个项目 1、用pods 先把AFNetworking这个库和处理图片的库导入了进来2、整体用的是 外面的一层Nav->Tab控制器加Nav这样的,虽然这样看起来很奇怪,因为主流的框架只是里面的那一层,没办法,碰到了白痴的美工,让我这样搭就这样搭吧2015年9月18碰到... 阅读全文
posted @ 2015-09-19 10:04 KLNL100 阅读(136) 评论(0) 推荐(0) 编辑
摘要: UIView* view = [[UIView alloc] init];view.backgroundcolor = [UIColor clearColor];table.TableFooterView = view; 阅读全文
posted @ 2015-09-18 12:52 KLNL100 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 参考网址http://www.2cto.com/kf/201307/228020.html 阅读全文
posted @ 2015-09-17 16:45 KLNL100 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 用xib自定义cell 不支持storyboard 拖线 阅读全文
posted @ 2015-09-17 14:04 KLNL100 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 可视化语言,为了用AutoLayout而推出的语言在VFL语言中不支持乘除法 若是有乘除法,则用另一种方式来添加约束Visual Format Language 阅读全文
posted @ 2015-09-14 17:50 KLNL100 阅读(133) 评论(0) 推荐(0) 编辑
摘要: UITabBarController:UINavigationComtroller 作为子控件1、在+(void)initialize 中设置UITabBarController中的UITabBarItem中的颜色和字体用到的知识点是 :UIAppearence来统一设置UITabBarItenm ... 阅读全文
posted @ 2015-09-11 14:28 KLNL100 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 打开 输入pods 语句 pods update 然后就可以导入百度地图的.frame 模拟器和真机的合成没有完成 阅读全文
posted @ 2015-09-02 17:57 KLNL100 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 每一项技术 都有我不曾到达的地方,不止用我所有的青春岁月,能否窥破其中的奥秘http://blog.chinaunix.net/uid-24512513-id-3385418.html 阅读全文
posted @ 2015-09-02 10:31 KLNL100 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 手动下载包导入1、申请百度地图API keyhttp://jingyan.baidu.com/article/86112f134556552736978769.html2、整体操作流程http://www.360doc.com/content/14/1215/21/20917807_43321576... 阅读全文
posted @ 2015-09-01 16:12 KLNL100 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 按照以下两个网址来安装就可以:http://www.cnblogs.com/daguo/p/4097263.htmlhttp://code4app.com/article/cocoapods-install-usage 阅读全文
posted @ 2015-09-01 15:04 KLNL100 阅读(116) 评论(0) 推荐(0) 编辑