ObjectivePatterns
ObjectivePatterns copied to clipboard
Useful design patterns implemented in Objective-C.
ObjectivePatterns
Features
-
OPTStateMachine
: A (non-finite) state machine that accepts input strings and is configured through a delegate.
Installation
ObjectivePatterns is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "ObjectivePatterns"
Unit Tests
To run the unit tests; clone the repo, and run pod install
from the Project directory first.
Author
David Hart, [email protected]
License
ObjectivePatterns is available under the MIT license. See the LICENSE file for more info.