Skip to content

Releases: pedrommcarrasco/Constrictor

Constrictor 0.3.0

22 May 16:14
6d0a4c5
Compare
Choose a tag to compare
Constrictor 0.3.0 Pre-release
Pre-release

Code Documentation.
Modified some interfaces to require a UIView instead of an optional.

Constrictor 0.2.2

22 May 14:41
Compare
Choose a tag to compare
Constrictor 0.2.2 Pre-release
Pre-release

Fixed compiling issue due to the deletion of the Constant.swift's file by accident.

Constrictor 0.2.1

22 May 13:21
Compare
Choose a tag to compare
Constrictor 0.2.1 Pre-release
Pre-release

Corrected typo with multipler instead of multiplier.

Constrictor 0.2.0

22 May 13:17
402df7a
Compare
Choose a tag to compare
Constrictor 0.2.0 Pre-release
Pre-release

Removed duplicated methods.
Renamed "Fill" to "Edges"

Constrictor 0.1.3

22 May 10:03
Compare
Choose a tag to compare
Constrictor 0.1.3 Pre-release
Pre-release

Shared Constrictor.xcscheme for carthage integration.

Constrictor 0.1.2

21 May 23:07
Compare
Choose a tag to compare
Constrictor 0.1.2 Pre-release
Pre-release

Removed unnecessary files.
Moved .podspec to root.

Constrictor 0.1.1

21 May 22:31
Compare
Choose a tag to compare
Constrictor 0.1.1 Pre-release
Pre-release

Reused some code existing code in constrict(attributes: NSLayoutAttribte ...)
Fixed issues where two methods would end up with the same name due to default parameters.

Constrictor 0.1.0

21 May 21:01
4442f60
Compare
Choose a tag to compare
Constrictor 0.1.0 Pre-release
Pre-release

Constrict based on NSLayoutConstraint.
Default constricts: Center and Fill.