This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Swift 4.1
Major change in this release is that LayoutKit now builds cleanly with Swift 4.1 (Xcode 9.3).
For the Objective-C side, the configureView:
method on the LOKLayout
protocol is no longer optional. It is valid to provide an empty implementation if it is legitimately not needed for a particular layout implementation.