Skip to content

sairamkotha/LayoutKit-Examples

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages