Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

Releases: sp71/SnapLayout

Supports tvOS, macOS, Carthage

22 May 02:01
Compare
Choose a tag to compare

Update Example Project and API functionality

06 May 04:32
Compare
Choose a tag to compare

Example project is updated to help better understand library. API better supports centering constraint situations and feels more intuitive with new API naming patterns.

SnapLayout With Chaining Fully Tested

15 Apr 07:29
Compare
Choose a tag to compare
  • Fixed bug where snapManager's chained together would not sync data
  • Cleaned up boilerplate unit testing code
  • Added more unit test coverage for SnapManager

SnapManager Supports Greater Chaining Functionality

06 Apr 04:08
Compare
Choose a tag to compare

SnapManager now supports greater chaining

Greater Testing Coverage And Minor Bug Fixes

03 Apr 13:04
Compare
Choose a tag to compare
  • Added CI
  • Test Coverage
  • Added Unit Tests
  • Minor Bug Fixes

Improved API Interface

31 Mar 06:28
Compare
Choose a tag to compare
  • Greater Testing Coverage

Fixed Internal Issues

28 Mar 05:55
Compare
Choose a tag to compare
[BUG] Fixed SnapLayout not setting size constraint

- SnapLayout would not set constraint for width nor height constraint when superview not specified
  - Fixed by not relying on superview for these constraint settings
- Added more documentation
- Added debugger print messages

Fixed Internal Issues

26 Mar 07:43
Compare
Choose a tag to compare

Added Documentation
Added debug prints
Fixed internal logic issues

Updated ReadME

24 Mar 05:10
Compare
Choose a tag to compare
1.0.4

Udpated README

Updated API Interface

24 Mar 05:04
Compare
Choose a tag to compare

Renamed Methods to offer greater flexibility of options with more default parameters.