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

Releases: sp71/SnapLayout

Supports tvOS, macOS, Carthage

Choose a tag to compare

@sp71 sp71 released this 22 May 02:01
1.7.0

Tag

Update Example Project and API functionality

Choose a tag to compare

@sp71 sp71 released this 06 May 04:32

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

Choose a tag to compare

@sp71 sp71 released this 15 Apr 07:29
  • 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

Choose a tag to compare

@sp71 sp71 released this 06 Apr 04:08

SnapManager now supports greater chaining

Greater Testing Coverage And Minor Bug Fixes

Choose a tag to compare

@sp71 sp71 released this 03 Apr 13:04
  • Added CI
  • Test Coverage
  • Added Unit Tests
  • Minor Bug Fixes

Improved API Interface

Choose a tag to compare

@sp71 sp71 released this 31 Mar 06:28
  • Greater Testing Coverage

Fixed Internal Issues

Choose a tag to compare

@sp71 sp71 released this 28 Mar 05:55
[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

Choose a tag to compare

@sp71 sp71 released this 26 Mar 07:43

Added Documentation
Added debug prints
Fixed internal logic issues

Updated ReadME

Choose a tag to compare

@sp71 sp71 released this 24 Mar 05:10
1.0.4

Udpated README

Updated API Interface

Choose a tag to compare

@sp71 sp71 released this 24 Mar 05:04

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