EasyPeasy v0.2.5 Release Notes

    • ➕ Added support to UIViewController top and bottom layout guides that conform 👍 the UILayoutSupport protocol.
    view <- [
        Size(100),
        CenterX(0),
        Top(0).to(controller.topLayoutGuide)
    ]