This repository has been archived by the owner on Sep 15, 2019. It is now read-only.
Releases: sp71/SnapLayout
Releases · sp71/SnapLayout
Supports tvOS, macOS, Carthage
Update Example Project and API functionality
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
- 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
SnapManager now supports greater chaining
Greater Testing Coverage And Minor Bug Fixes
- Added CI
- Test Coverage
- Added Unit Tests
- Minor Bug Fixes
Improved API Interface
- Greater Testing Coverage
Fixed Internal Issues
[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
Added Documentation
Added debug prints
Fixed internal logic issues
Updated ReadME
1.0.4 Udpated README
Updated API Interface
Renamed Methods to offer greater flexibility of options with more default parameters.