TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Depends on: | |
Archimedes | >= 0 |
ReactiveCocoa | ~> 2.0 |
ReactiveCocoaLayout is a framework for describing Cocoa and Cocoa Touch layouts in a reactive way, based on ReactiveCocoa.
This framework is very much a work in progress at the moment, and should be considered alpha quality. Breaking changes may happen often during this time.
RCL intends to offer the following advantages over Auto Layout:
To start building the framework, clone this repository and then run script/bootstrap
.
This will automatically pull down any dependencies. Then, simply open
ReactiveCocoaLayout.xcodeproj
and build.
To use ReactiveCocoaLayout in your project, you will need to link ReactiveCocoa and Archimedes into your application target.
ReactiveCocoaLayout is released under the MIT license. See LICENSE.md.