What is FlightLayout?

FlightLayout is a light weight, and easy to learn layout framework as an extension of the UIView. Functionally, it lives somewhere in between the manual process of laying out views from the old days, and the flexibility of Autolayout’s dynamic constraint approach.

Some use cases for this framework include the ability to animate views with core animation. Without the overhead of Autolayout’s constraints system, we are free to apply animations without the hassle of disabling constraints to perform parametric animations to a layer’s properties.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/AntonTheDev/FlightLayout
  • Resource Maker: Anton
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • CocoaPods: FlightLayout