iOS学习进程中的demo汇总
点击 https://github.com/pro648/tips/wiki 或 http://www.jianshu.com/u/031718773064 查看详细博文
| Demo名称 | 主要内容 |
|---|---|
| AlertController | UIAlertController的使用方法 |
| AutoLayout | Auto Layout的使用 |
| Block | Block的用法 |
| CollectionView | UICollectionView及其新功能drag and drop |
| Delegation&Notification | 委托、通知传值的用法与区别 |
| Delegation&Notification模板 | 委托、通知传值的用法与区别博文模板 |
| DisplayViewController | View Controller 转场 |
| FileManager | 使用NSFileManager管理文件系统 |
| GrandCentralDispatch | Grand Central Dispatch的使用 |
| GrandCentralDispatch模板 | Grand Central Dispatch的使用文章模板 |
| GestureRecognizer | 手势控制:点击、滑动、平移、捏合、旋转、长按、轻扫 |
| KVC&KVODemo | KVC和KVO学习笔记 |
| KeyedArchiver | 数据存储之归档解档 NSKeyedArchiver NSKeyedUnarchiver |
| NSURLSession1 | NSURLSession的使用 |
| PageViewController | UIPageViewController的使用 |
| Persistence | 使用偏好设置、属性列表、归档解档保存数据、恢复数据 |
| PropertyAnimator | UIViewPropertyAnimator的使用 |
| RefreshControl | 在UIScrollView、UICollectionView和UITableView中添加UIRefreshControl实现下拉刷新 |
| RegularExpression | 正则表达式NSRegularExpression |
| RegularExpression模板 | 正则表达式NSRegularExpression文章模板 |
| ScrollView | UIScrollView的用法 |
| StackView | Auto Layout中Stack View的使用 |
| UIKitDynamics | 一篇文章学会使用UIKit Dynamics |
| copy&mutableCopy | 深复制、浅复制、copy、mutableCopy |
