Relayout 1.1.0

Relayout 1.1.0

TestsTested
LangLanguage SwiftSwift
License Custom
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Steve Streza.



Relayout 1.1.0

Relayout

Swift microframework for declaring Auto Layout constraints functionally

Relayout is a Swift microframework to make using Auto Layout easier with static and dynamic layouts. Instead of trying to hold references to specific constraints and mutating them when your state changes, create a single object that returns all the constraints you need for any given UI state. Relayout will apply those new constraints automatically as needed. This makes it super easy to create really dynamic layouts that change or react to UI state changes using Auto Layout.

Installation

pod 'Relayout'

Authors

Steve Streza

License

Custom