Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 565 Bytes

File metadata and controls

33 lines (27 loc) · 565 Bytes

FXLayoutView

Requirements

  • iOS 9.0+

Feature

  • MainAxisAlignment
    • Start
    • End
    • Center
    • spaceBetween
    • spaceAround
    • spaceEvenly
  • CrossAxisAlignment
    • Start
    • End
    • Center
    • stretch

Installation

Create a Package.swift file.

let package = Package(
    dependencies: [
        .package(url: "https://github.com/feixue299/FXLayoutView.git", from: "0.1.3")
    ],
    // ...
)