Skip to content

Releases: fabioalmeida/FAAutoLayout

Added Swift 5 Support

05 Jun 23:31
ad8f21d
Compare
Choose a tag to compare

The 0.5.x versions and up will have support for Swift 5.

If you want to use the Swift 4 version, please refer to a 0.4.x version.

Added Carthage support

21 Nov 12:59
91052a1
Compare
Choose a tag to compare

In this release no code was changed. We just added documentation to clarify the needed steps to install this library using Carthage.

Added Swift 4 Support

20 Oct 08:36
Compare
Choose a tag to compare

The 0.4.x versions will have support for Swift 4.

If you want to use the Swift 3 version, please refer to a 0.3.x version.

Added beta support for Swift 4

19 Oct 22:21
Compare
Choose a tag to compare

Initial approach full compatible with Swift 4 and Objective-C.

Added support for Objective-C on all methods

19 Oct 22:07
Compare
Choose a tag to compare

Even though all the methods were already fully working on Swift and also on Objective-C when using Xcode 8.x, when using Xcode 9 not all methods were available - only the methods marked as @objc were made public and available in Objective-C.

This release allows to full compatibility with Objective-C, even though it is developed in Swift 3.