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 can be installed with CocoaPods or Carthage.
Add this to your Podspec:
pod 'LayoutKit'
Then run pod install
.
Add this to your Cartfile:
github "linkedin/LayoutKit"
Then run carthage update
.
Now you are ready to start building UI.