ReactiveCocoaExamples are a collection of ReactiveCocoa examples created to test functionality provided by ReactiveCocoa
- ReactiveCircle: Signal set to keep track of calendar time. Textfields update with time, also circle increases in scale each second.
- ReactiveClock: Signal set to keep track of calendar time. Textfields update with time. Also creating an analog clock which accurately displays hours, seconds, and minutes.
- ReactiveForm: Basic form functionality. Tests fields for validity and messages response to user.