Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 741 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 741 Bytes

LayoutKit-Examples

Linkedin Layoutkit swift 3 examples.

Linkedin Layoutkit - https://github.com/linkedin/LayoutKit

Layoutkit is fast as manual code (using frames layout) and maintainable code with linkedin layoutkit.(significantly faster than Auto Layout.)

LayoutKit Installation

LayoutKit can be installed with CocoaPods or Carthage.

CocoaPods

Add this to your Podspec:

pod 'LayoutKit'

Then run pod install.

Carthage

Add this to your Cartfile:

github "linkedin/LayoutKit"

Then run carthage update.

Documentation

Now you are ready to start building UI.