Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Releases: sberrevoets/SDCAutoLayout

2.0.3

21 Mar 04:45
Compare
Choose a tag to compare

Version 2.0.3 provides fixes some warnings in Xcode 6.3 (and other version of Xcode that have the "using integer absolute value function 'abs' when argument is of floating point type" warning enabled).

2.0.2

06 Nov 04:34
Compare
Choose a tag to compare

Includes a fix for a potential stack overflow (#2 - thanks @DarthMike) and some asserts that will warn you when the view has no superview yet you're creating constraints that affect a view's superview.

2.0.1

21 Mar 04:43
Compare
Choose a tag to compare

A simple update in this release: when using a method that places a view in a relative position with the superview, an exception is thrown when that view does not have a superview.

Thanks to @jjburka for this improvement!

2.0

21 Jan 14:35
Compare
Choose a tag to compare
2.0

In this release, all methods return the NSLayoutConstraint that it created and added to the specified view. If a method created two or more NSLayoutConstraints, an NSArray is returned with all constraints that were created in it.

1.1

17 Jan 17:08
Compare
Choose a tag to compare
1.1

This release adds method that make it easy to align an edge of one view to a different edge of another.

1.0

22 Nov 23:15
Compare
Choose a tag to compare
1.0

Initial release with Cocoapods integration