Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 626 Bytes

Design Patterns in Objective-C

Design pattern samples in Objective-C.

Current Design Pattern Samples*

  1. Factory Patterns - Factory Method and Abstract Factory
  2. Singleton Pattern
  3. Observer Pattern
  4. Command Pattern
  5. Delegate Pattern
  6. Iterator Pattern
  7. State Pattern
  8. Adapter Pattern

*More patterns to follow in the near future.

All patterns are fully tested using the Kiwi BDD testing framework.

Suggestions, requests and feedback

Thanks for checking out ObjCDesignPatterns. Any feedback can be can be sent to: [email protected].

This software is licensed under the MIT License.