├── .gitignore ├── 0_Foundation ├── #program常用标识.md ├── IOS多线程技术.md ├── IOS绘图.md ├── JavascriptCore使用.md ├── NSBundle获取不到文件路径.md ├── NSJSONReadingOptions类型说明.md ├── NSLog的格式.md ├── NSString常用方法.md ├── Notification和KVO.md ├── Objectc 中__attribute__的用法.md ├── Swizzling.md ├── URL编码.md ├── USURL用法.md ├── cocoa基础.md ├── cookie操作.md ├── https请求处理-信任一切证书.md ├── ios9支持http请求.md ├── ios中bundle的使用.md ├── ios开发的系统兼容性问题解决.md ├── json对象处理.md ├── objc 验证参数有效性的方法.md ├── objc二进制数据处理.md ├── objc代码块的使用.md ├── objective 和swift混搭使用.md ├── objective-c中模拟c语言的函数调用方法.md ├── runtime常用方法.md ├── strong和copy的使用区别.md ├── switf语法速记.md ├── weakSelf和strongSelf.md ├── while使用runloop阻塞方法返回.md ├── xcode中混用arc和非arc模式.md ├── xcode导入外部项目.md ├── xcode调试技巧.md ├── xcode静态库使用.md ├── 从本地plist文件中加载数据.md ├── 保存照片和视频到相册.md ├── 全局使用appDelegate中的方法.md ├── 共享对象的使用.md ├── 内存警告一般处理.md ├── 常用类型转换.md ├── 弃用的方法注释.md ├── 深复制和浅复制.md └── 类簇class cluster.md ├── 1_UIKit ├── 3D touch主屏幕添加快捷action方法.md ├── 3Dtouch系统图标类型.md ├── UIScrenn_UIView_UIWindow.md ├── UIView动画.md ├── iOS修改状态栏样式.md ├── presention和presenting通信.md ├── view图层层级.md ├── 半透明模态弹出框.md ├── 常用获取屏幕尺寸方法.md ├── 手势.md ├── 控件 │ ├── UIAlertController使用.md │ ├── UIImageView添加点击事件.md │ ├── UIImageView的contentMode属性.md │ ├── UIScrollView使用技巧.md │ ├── UISpiltViewController用法.md │ ├── UIViewController添加子controller控制.md │ ├── activityindactor的使用.md │ ├── controller导航 │ │ ├── UINavigationController使用.md │ │ ├── storyboard导航结构使用.md │ │ ├── tabbarNavition.md │ │ ├── tabbar和navigation混用.md │ │ └── 页面跳转和传值.md │ ├── ios获取系统信息.md │ ├── tableview │ │ ├── MyTableViewController.h │ │ ├── MyTableViewController.m │ │ ├── MyTableViewController.xib │ │ ├── UISearchController用法.md │ │ ├── tableview基本用法.md │ │ └── tableview常见问题.md │ ├── view强制横屏_支持arc.md │ ├── 修改searchBar的cancel文字.md │ ├── 打电话、发短信、email.md │ ├── 照相功能的使用.md │ ├── 警告控件使用.md │ ├── 进度条和定时器的使用.md │ └── 键盘出现和隐藏.md └── 样式 │ ├── UILabel_Attributes.md │ ├── UILabel使用例子.md │ ├── uiview超出部分不显示.md │ ├── 图片的拉伸.md │ └── 圆角imageview.md ├── 2_ThirdParty ├── AFNetworking使用.md ├── CocoaLumberjack的使用.md ├── MJRefreash的使用.md ├── REMenu使用.md ├── RestKit使用.md ├── SDWebImage使用.md ├── SVProgressHUD的使用.md ├── SVPullToRefresh使用.md ├── facebook:pop的使用.md ├── github上前100的ios项目.md ├── json-framework的使用.md └── 第三方常用库.md ├── 3_Other ├── aes128加密解密.md ├── iOS使用sha.md ├── iOS设计模式.md ├── ios单元测试.md ├── js和ios互相调用的性能研究.md ├── lldb调试.md ├── plist所有的key说明.md ├── xcode Code Snippets Library的使用.md ├── xcode利用target实现多版本管理.md ├── xcode常用快捷键整理.md ├── xcode插件.md ├── 先于main函数之前执行的代码段.md ├── 常见项目编译问题.md ├── 开发者账号和证书 │ ├── AppStore发布成功后如何找到应用的下载地址.md │ ├── IOS 真机调试.md │ ├── Xcode因为证书问题常见错误.md │ ├── failed to locate or generate matching signing assets错误解决办法.md │ ├── 企业app发布.md │ └── 新版itunesconnect__App注册及申请、发布流程说明文档.pdf ├── 推送服务 │ ├── Program.cs │ └── iOS消息推送实现.md ├── 根据不同ios版本实现不同逻辑.md ├── 编码习惯.md └── 预编译 │ ├── iOS开发中那些高效常用的宏.md │ ├── iOS预编译pch文件的使用.md │ └── ios宏的使用.md ├── 4_Study ├── ios学习技术栈.md ├── ios学习网站.md └── 好文阅读推荐.md ├── LICENSE ├── README.md ├── ios学习网站.md └── res ├── 1418798425343723.png ├── 1418798425648696.png └── 4F9EFDD7-E466-4BE3-8A50-DDC42C91E7E7.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/.gitignore -------------------------------------------------------------------------------- /0_Foundation/#program常用标识.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/#program常用标识.md -------------------------------------------------------------------------------- /0_Foundation/IOS多线程技术.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/IOS多线程技术.md -------------------------------------------------------------------------------- /0_Foundation/IOS绘图.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/IOS绘图.md -------------------------------------------------------------------------------- /0_Foundation/JavascriptCore使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/JavascriptCore使用.md -------------------------------------------------------------------------------- /0_Foundation/NSBundle获取不到文件路径.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/NSBundle获取不到文件路径.md -------------------------------------------------------------------------------- /0_Foundation/NSJSONReadingOptions类型说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/NSJSONReadingOptions类型说明.md -------------------------------------------------------------------------------- /0_Foundation/NSLog的格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/NSLog的格式.md -------------------------------------------------------------------------------- /0_Foundation/NSString常用方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/NSString常用方法.md -------------------------------------------------------------------------------- /0_Foundation/Notification和KVO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/Notification和KVO.md -------------------------------------------------------------------------------- /0_Foundation/Objectc 中__attribute__的用法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/Objectc 中__attribute__的用法.md -------------------------------------------------------------------------------- /0_Foundation/Swizzling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/Swizzling.md -------------------------------------------------------------------------------- /0_Foundation/URL编码.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/URL编码.md -------------------------------------------------------------------------------- /0_Foundation/USURL用法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/USURL用法.md -------------------------------------------------------------------------------- /0_Foundation/cocoa基础.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/cocoa基础.md -------------------------------------------------------------------------------- /0_Foundation/cookie操作.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/cookie操作.md -------------------------------------------------------------------------------- /0_Foundation/https请求处理-信任一切证书.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/https请求处理-信任一切证书.md -------------------------------------------------------------------------------- /0_Foundation/ios9支持http请求.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/ios9支持http请求.md -------------------------------------------------------------------------------- /0_Foundation/ios中bundle的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/ios中bundle的使用.md -------------------------------------------------------------------------------- /0_Foundation/ios开发的系统兼容性问题解决.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/ios开发的系统兼容性问题解决.md -------------------------------------------------------------------------------- /0_Foundation/json对象处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/json对象处理.md -------------------------------------------------------------------------------- /0_Foundation/objc 验证参数有效性的方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/objc 验证参数有效性的方法.md -------------------------------------------------------------------------------- /0_Foundation/objc二进制数据处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/objc二进制数据处理.md -------------------------------------------------------------------------------- /0_Foundation/objc代码块的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/objc代码块的使用.md -------------------------------------------------------------------------------- /0_Foundation/objective 和swift混搭使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/objective 和swift混搭使用.md -------------------------------------------------------------------------------- /0_Foundation/objective-c中模拟c语言的函数调用方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/objective-c中模拟c语言的函数调用方法.md -------------------------------------------------------------------------------- /0_Foundation/runtime常用方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/runtime常用方法.md -------------------------------------------------------------------------------- /0_Foundation/strong和copy的使用区别.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/strong和copy的使用区别.md -------------------------------------------------------------------------------- /0_Foundation/switf语法速记.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/switf语法速记.md -------------------------------------------------------------------------------- /0_Foundation/weakSelf和strongSelf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/weakSelf和strongSelf.md -------------------------------------------------------------------------------- /0_Foundation/while使用runloop阻塞方法返回.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/while使用runloop阻塞方法返回.md -------------------------------------------------------------------------------- /0_Foundation/xcode中混用arc和非arc模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/xcode中混用arc和非arc模式.md -------------------------------------------------------------------------------- /0_Foundation/xcode导入外部项目.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/xcode导入外部项目.md -------------------------------------------------------------------------------- /0_Foundation/xcode调试技巧.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/xcode调试技巧.md -------------------------------------------------------------------------------- /0_Foundation/xcode静态库使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/xcode静态库使用.md -------------------------------------------------------------------------------- /0_Foundation/从本地plist文件中加载数据.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/从本地plist文件中加载数据.md -------------------------------------------------------------------------------- /0_Foundation/保存照片和视频到相册.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/保存照片和视频到相册.md -------------------------------------------------------------------------------- /0_Foundation/全局使用appDelegate中的方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/全局使用appDelegate中的方法.md -------------------------------------------------------------------------------- /0_Foundation/共享对象的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/共享对象的使用.md -------------------------------------------------------------------------------- /0_Foundation/内存警告一般处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/内存警告一般处理.md -------------------------------------------------------------------------------- /0_Foundation/常用类型转换.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/常用类型转换.md -------------------------------------------------------------------------------- /0_Foundation/弃用的方法注释.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/弃用的方法注释.md -------------------------------------------------------------------------------- /0_Foundation/深复制和浅复制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/深复制和浅复制.md -------------------------------------------------------------------------------- /0_Foundation/类簇class cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/0_Foundation/类簇class cluster.md -------------------------------------------------------------------------------- /1_UIKit/3D touch主屏幕添加快捷action方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/3D touch主屏幕添加快捷action方法.md -------------------------------------------------------------------------------- /1_UIKit/3Dtouch系统图标类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/3Dtouch系统图标类型.md -------------------------------------------------------------------------------- /1_UIKit/UIScrenn_UIView_UIWindow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/UIScrenn_UIView_UIWindow.md -------------------------------------------------------------------------------- /1_UIKit/UIView动画.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/UIView动画.md -------------------------------------------------------------------------------- /1_UIKit/iOS修改状态栏样式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/iOS修改状态栏样式.md -------------------------------------------------------------------------------- /1_UIKit/presention和presenting通信.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/presention和presenting通信.md -------------------------------------------------------------------------------- /1_UIKit/view图层层级.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/view图层层级.md -------------------------------------------------------------------------------- /1_UIKit/半透明模态弹出框.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/半透明模态弹出框.md -------------------------------------------------------------------------------- /1_UIKit/常用获取屏幕尺寸方法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/常用获取屏幕尺寸方法.md -------------------------------------------------------------------------------- /1_UIKit/手势.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/手势.md -------------------------------------------------------------------------------- /1_UIKit/控件/UIAlertController使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/UIAlertController使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/UIImageView添加点击事件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/UIImageView添加点击事件.md -------------------------------------------------------------------------------- /1_UIKit/控件/UIImageView的contentMode属性.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/UIImageView的contentMode属性.md -------------------------------------------------------------------------------- /1_UIKit/控件/UIScrollView使用技巧.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/UIScrollView使用技巧.md -------------------------------------------------------------------------------- /1_UIKit/控件/UISpiltViewController用法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/UISpiltViewController用法.md -------------------------------------------------------------------------------- /1_UIKit/控件/UIViewController添加子controller控制.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/UIViewController添加子controller控制.md -------------------------------------------------------------------------------- /1_UIKit/控件/activityindactor的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/activityindactor的使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/controller导航/UINavigationController使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/controller导航/UINavigationController使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/controller导航/storyboard导航结构使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/controller导航/storyboard导航结构使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/controller导航/tabbarNavition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/controller导航/tabbarNavition.md -------------------------------------------------------------------------------- /1_UIKit/控件/controller导航/tabbar和navigation混用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/controller导航/tabbar和navigation混用.md -------------------------------------------------------------------------------- /1_UIKit/控件/controller导航/页面跳转和传值.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/controller导航/页面跳转和传值.md -------------------------------------------------------------------------------- /1_UIKit/控件/ios获取系统信息.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/ios获取系统信息.md -------------------------------------------------------------------------------- /1_UIKit/控件/tableview/MyTableViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/tableview/MyTableViewController.h -------------------------------------------------------------------------------- /1_UIKit/控件/tableview/MyTableViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/tableview/MyTableViewController.m -------------------------------------------------------------------------------- /1_UIKit/控件/tableview/MyTableViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/tableview/MyTableViewController.xib -------------------------------------------------------------------------------- /1_UIKit/控件/tableview/UISearchController用法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/tableview/UISearchController用法.md -------------------------------------------------------------------------------- /1_UIKit/控件/tableview/tableview基本用法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/tableview/tableview基本用法.md -------------------------------------------------------------------------------- /1_UIKit/控件/tableview/tableview常见问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/tableview/tableview常见问题.md -------------------------------------------------------------------------------- /1_UIKit/控件/view强制横屏_支持arc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/view强制横屏_支持arc.md -------------------------------------------------------------------------------- /1_UIKit/控件/修改searchBar的cancel文字.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/修改searchBar的cancel文字.md -------------------------------------------------------------------------------- /1_UIKit/控件/打电话、发短信、email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/打电话、发短信、email.md -------------------------------------------------------------------------------- /1_UIKit/控件/照相功能的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/照相功能的使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/警告控件使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/警告控件使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/进度条和定时器的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/进度条和定时器的使用.md -------------------------------------------------------------------------------- /1_UIKit/控件/键盘出现和隐藏.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/控件/键盘出现和隐藏.md -------------------------------------------------------------------------------- /1_UIKit/样式/UILabel_Attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/样式/UILabel_Attributes.md -------------------------------------------------------------------------------- /1_UIKit/样式/UILabel使用例子.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/样式/UILabel使用例子.md -------------------------------------------------------------------------------- /1_UIKit/样式/uiview超出部分不显示.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/样式/uiview超出部分不显示.md -------------------------------------------------------------------------------- /1_UIKit/样式/图片的拉伸.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/样式/图片的拉伸.md -------------------------------------------------------------------------------- /1_UIKit/样式/圆角imageview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/1_UIKit/样式/圆角imageview.md -------------------------------------------------------------------------------- /2_ThirdParty/AFNetworking使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/AFNetworking使用.md -------------------------------------------------------------------------------- /2_ThirdParty/CocoaLumberjack的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/CocoaLumberjack的使用.md -------------------------------------------------------------------------------- /2_ThirdParty/MJRefreash的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/MJRefreash的使用.md -------------------------------------------------------------------------------- /2_ThirdParty/REMenu使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/REMenu使用.md -------------------------------------------------------------------------------- /2_ThirdParty/RestKit使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/RestKit使用.md -------------------------------------------------------------------------------- /2_ThirdParty/SDWebImage使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/SDWebImage使用.md -------------------------------------------------------------------------------- /2_ThirdParty/SVProgressHUD的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/SVProgressHUD的使用.md -------------------------------------------------------------------------------- /2_ThirdParty/SVPullToRefresh使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/SVPullToRefresh使用.md -------------------------------------------------------------------------------- /2_ThirdParty/facebook:pop的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/facebook:pop的使用.md -------------------------------------------------------------------------------- /2_ThirdParty/github上前100的ios项目.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/github上前100的ios项目.md -------------------------------------------------------------------------------- /2_ThirdParty/json-framework的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/json-framework的使用.md -------------------------------------------------------------------------------- /2_ThirdParty/第三方常用库.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/2_ThirdParty/第三方常用库.md -------------------------------------------------------------------------------- /3_Other/aes128加密解密.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/aes128加密解密.md -------------------------------------------------------------------------------- /3_Other/iOS使用sha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/iOS使用sha.md -------------------------------------------------------------------------------- /3_Other/iOS设计模式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/iOS设计模式.md -------------------------------------------------------------------------------- /3_Other/ios单元测试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/ios单元测试.md -------------------------------------------------------------------------------- /3_Other/js和ios互相调用的性能研究.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/js和ios互相调用的性能研究.md -------------------------------------------------------------------------------- /3_Other/lldb调试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/lldb调试.md -------------------------------------------------------------------------------- /3_Other/plist所有的key说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/plist所有的key说明.md -------------------------------------------------------------------------------- /3_Other/xcode Code Snippets Library的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/xcode Code Snippets Library的使用.md -------------------------------------------------------------------------------- /3_Other/xcode利用target实现多版本管理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/xcode利用target实现多版本管理.md -------------------------------------------------------------------------------- /3_Other/xcode常用快捷键整理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/xcode常用快捷键整理.md -------------------------------------------------------------------------------- /3_Other/xcode插件.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/xcode插件.md -------------------------------------------------------------------------------- /3_Other/先于main函数之前执行的代码段.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/先于main函数之前执行的代码段.md -------------------------------------------------------------------------------- /3_Other/常见项目编译问题.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/常见项目编译问题.md -------------------------------------------------------------------------------- /3_Other/开发者账号和证书/AppStore发布成功后如何找到应用的下载地址.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/开发者账号和证书/AppStore发布成功后如何找到应用的下载地址.md -------------------------------------------------------------------------------- /3_Other/开发者账号和证书/IOS 真机调试.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/开发者账号和证书/IOS 真机调试.md -------------------------------------------------------------------------------- /3_Other/开发者账号和证书/Xcode因为证书问题常见错误.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/开发者账号和证书/Xcode因为证书问题常见错误.md -------------------------------------------------------------------------------- /3_Other/开发者账号和证书/failed to locate or generate matching signing assets错误解决办法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/开发者账号和证书/failed to locate or generate matching signing assets错误解决办法.md -------------------------------------------------------------------------------- /3_Other/开发者账号和证书/企业app发布.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/开发者账号和证书/企业app发布.md -------------------------------------------------------------------------------- /3_Other/开发者账号和证书/新版itunesconnect__App注册及申请、发布流程说明文档.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/开发者账号和证书/新版itunesconnect__App注册及申请、发布流程说明文档.pdf -------------------------------------------------------------------------------- /3_Other/推送服务/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/推送服务/Program.cs -------------------------------------------------------------------------------- /3_Other/推送服务/iOS消息推送实现.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/推送服务/iOS消息推送实现.md -------------------------------------------------------------------------------- /3_Other/根据不同ios版本实现不同逻辑.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/根据不同ios版本实现不同逻辑.md -------------------------------------------------------------------------------- /3_Other/编码习惯.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/编码习惯.md -------------------------------------------------------------------------------- /3_Other/预编译/iOS开发中那些高效常用的宏.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/预编译/iOS开发中那些高效常用的宏.md -------------------------------------------------------------------------------- /3_Other/预编译/iOS预编译pch文件的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/预编译/iOS预编译pch文件的使用.md -------------------------------------------------------------------------------- /3_Other/预编译/ios宏的使用.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/3_Other/预编译/ios宏的使用.md -------------------------------------------------------------------------------- /4_Study/ios学习技术栈.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/4_Study/ios学习技术栈.md -------------------------------------------------------------------------------- /4_Study/ios学习网站.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/4_Study/ios学习网站.md -------------------------------------------------------------------------------- /4_Study/好文阅读推荐.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/4_Study/好文阅读推荐.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/README.md -------------------------------------------------------------------------------- /ios学习网站.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/ios学习网站.md -------------------------------------------------------------------------------- /res/1418798425343723.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/res/1418798425343723.png -------------------------------------------------------------------------------- /res/1418798425648696.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/res/1418798425648696.png -------------------------------------------------------------------------------- /res/4F9EFDD7-E466-4BE3-8A50-DDC42C91E7E7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolnameismy/ios-tips/HEAD/res/4F9EFDD7-E466-4BE3-8A50-DDC42C91E7E7.png --------------------------------------------------------------------------------