A modern layout engine inspired by React
To run the example project, clone the repo, and run pod install
from the Example directory first.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. which automates and simplifies the process of using 3rd-party libraries in your projects. See the Get Started section for more details.
Podfile
target YourAwesomeTarget do
pod 'VZFlexLayout'
end
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
Cartfile
github "Vizzle/VZFlexLayout" "master"
VZFlexLayout is available under the MIT license. See the LICENSE file for more info.