liuyongjiesail / DesignPatterns

Apply DesignPattern in OC. Theory、Example And Practice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DesignPatterns

名称 类图 应用场景
单例模式 singletion_pattern
工厂方法模式 factory_method_pattern
抽象工厂模式 abstract_factory_pattern
建造者模式 builder_pattern
原型模式 prototype_pattern
迭代器模式 iterator_pattern
命令模式 command_pattern
解释器模式 interpreter_pattern
责任链模式 responsibility_pattern
观察者模式 observer_pattern
中介者模式 mediator_pattern
备忘录模式 memento_pattern
状态模式 state_pattern
策略模式 strategy_pattern
模板方法模式 template_method_pattern
访问者模式 visitor_pattern
适配器模式 adapter_pattern
组合模式 composite_pattern
代理模式 proxy_pattern
桥接模式 bridge_pattern
装饰模式 decorator_pattern
门面模式 facade_pattern
享元模式 flyweight_pattern

About

Apply DesignPattern in OC. Theory、Example And Practice.

License:Apache License 2.0


Languages

Language:Objective-C 100.0%