Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Swift 4.1

Compare
Choose a tag to compare
@staguer staguer released this 07 Aug 06:16
· 17 commits to master since this release
dc2ff66

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.