BasicDemos-iOS iOS学习进程中的demo汇总 点击 https://github.com/pro648/tips/wiki 或 http://www.jianshu.com/u/031718773064 查看详细博文 Demo名称 主要内容 AbstractFactory 工厂模式 Factory Pattern AdapterPattern 适配器模式 Adapter Pattern AlertController UIAlertController的使用方法 AutoLayout Auto Layout的使用 Block Block的用法 BuilderPattern 生成器模式 Builder Pattern CollectionView UICollectionView及其新功能drag and drop Delegation&Notification 委托、通知传值的用法与区别 Delegation&Notification模板 委托、通知传值的用法与区别博文模板 DisplayViewController View Controller 转场 FileManager 使用NSFileManager管理文件系统 GrandCentralDispatch Grand Central Dispatch的使用 GrandCentralDispatch模板 Grand Central Dispatch的使用文章模板 GestureRecognizer 手势控制:点击、滑动、平移、捏合、旋转、长按、轻扫 IteratorPattern 迭代器模式 Iterator Pattern KVC&KVODemo KVC和KVO学习笔记 KeyedArchiver 数据存储之归档解档 NSKeyedArchiver NSKeyedUnarchiver MementoPattern 备忘录模式 Memento Pattern Model-View-ModelView MVVM设计模式playground MVVMPattern MVVM设计模式 MVVMPattern模式 MVVM设计模式文章模版 NSURLSession1 NSURLSession的使用 PageViewController UIPageViewController的使用 PasswordAutoFill Password AutoFill 的使用 PasswordAutoFill模版 Password AutoFill 的使用文章模版 Persistence 使用偏好设置、属性列表、归档解档保存数据、恢复数据 PropertyAnimator UIViewPropertyAnimator的使用 PrototypePattern 原型模式 Prototype Pattern RefreshControl 在UIScrollView、UICollectionView和UITableView中添加UIRefreshControl实现下拉刷新 RegularExpression 正则表达式NSRegularExpression RegularExpression模板 正则表达式NSRegularExpression文章模板 ScrollView UIScrollView的用法 SimpleFactory 工厂模式 Factory Pattern StackView Auto Layout中Stack View的使用 StrategyPattern 策略模式 Strategy Pattern UIKitDynamics 一篇文章学会使用UIKit Dynamics UserNotifications UserNotifications框架详解 WebKit的使用 WebKit的使用 Widget Today Extension(widget)的使用 copy&mutableCopy 深复制、浅复制、copy、mutableCopy