摘要: http://www.jianshu.com/users/5b9cf22a3692/latest_articles 阅读全文
posted @ 2016-11-04 10:11 回读(IOS) 阅读(175) 评论(0) 推荐(0) 编辑
摘要: ReactiveCocoa 学习资料: ReactiveCocoa入门教程:第一部分 http://www.cocoachina.com/ios/20150123/10994.html Reactive Cocoa 3.0 在 MVVM 中的应用 http://ios.jobbole.com/822 阅读全文
posted @ 2016-10-14 10:12 回读(IOS) 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Xcode好用的快捷键 ^ : ctrl ⬆️ : shift -: alt cmd + shift + j 定位到当前打开的文件 cmd + shift +o 快速打开文件 cmd + shift + f 整个项目查找 cmd + shift + k clean cmd + shift + y 打 阅读全文
posted @ 2016-07-03 15:15 回读(IOS) 阅读(337) 评论(0) 推荐(0) 编辑
摘要: IOS加载自定义的字体需要点活儿Xcode自带字体样式查询:http://iosfonts.com/1.下载所需要的ttf文件,导入工程中,在Info.plist中添加一项:Fonts provided by application,填写字体文件名称加后缀.如图: Info.plist配置 Info 阅读全文
posted @ 2016-07-02 15:21 回读(IOS) 阅读(370) 评论(0) 推荐(0) 编辑
摘要: cocoaPods的使用 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 阅读全文
posted @ 2016-07-01 15:07 回读(IOS) 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 添加同一个控件多次到父控件,最终只会添加一个该控件 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - TableVie 阅读全文
posted @ 2016-06-30 22:32 回读(IOS) 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 一、使用UIWebView 将web content 嵌入到应用上。API提供了三种方法:- (void)loadRequest:(NSURLRequest *)request;- (void)loadHTMLString:(NSString *)string baseURL:(NSURL *)ba... 阅读全文
posted @ 2016-01-04 17:32 回读(IOS) 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 下拉刷新 https://github.com/CoderMJLee/MJRefresh 模型转换 https://github.com/CoderMJLee/MJExtension 网络请求 https://github.com/AFNetworking/AFNetworking 网络图片 htt 阅读全文
posted @ 2015-11-10 18:24 回读(IOS) 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 前言:在IOS开发中,有时候想改一下项目的名字,都会遇到很多麻烦。直接改项目名吧,XCODE又不会帮你改所有的名字。总是有很多文件、文件夹或者是项目设置的项。而且都是不能随便改的,有时候改着改着,编译不了。所以各位重命名项目时,记得先备份好一份噢。本文我会介绍一种方法,是我自己参考了很多资料得出的总... 阅读全文
posted @ 2015-07-05 13:52 回读(IOS) 阅读(1901) 评论(0) 推荐(0) 编辑
摘要: 1.打开终端,输入以下代码获取到DVTPlugInCompatibilityUUID defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID2.然后输入如下命令 【最后一项是获取到的DVTPlu... 阅读全文
posted @ 2015-04-18 22:45 回读(IOS) 阅读(202) 评论(0) 推荐(0) 编辑