Commit Graph

533 Commits

Author SHA1 Message Date
Eddie Kaiger 3ce0d32bce Add platform check for UILayoutGuide test. (#366) 2016-12-26 00:20:36 +13:00
Robert Payne 6ef7fca953 Attempt to fix Carthage Schemes 2016-11-27 02:25:37 +13:00
Robert Payne 98e613686f Reverse Objective-Cifying of Constraint 2016-11-24 17:21:04 +13:00
Robert Payne 6d7ba2bd91 Fix bug not storing constraints 2016-11-24 00:16:39 +13:00
Robert Payne eb107818ac Fix Memory Leaks 2016-11-24 00:03:41 +13:00
Robert Payne ddf15594fd Improve looping of existing constraints 2016-11-23 15:28:35 +13:00
Robert Payne cfa5e8cb5b Fix up iOS 9 / OSX 10.11 availability on Layout Guides 2016-10-11 23:17:32 +13:00
Living 6312572419 add @available to ConstraintLayoutGuide extension (#357)
* add @available to ConstraintLayoutGuide extension

* Modify #available
2016-10-11 23:11:00 +13:00
Robert Payne 17ed35c412 Merge branch 'master' of github.com:SnapKit/SnapKit into develop
# Conflicts:
#	Source/ConstraintMakerRelatable.swift
2016-10-08 00:18:46 +13:00
Robert Payne 02a0b2d2b7 3.0.2 Release (#347)
* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* Update ISSUE_TEMPLATE.md

* fix "Mutating a priority from required to not on an installed constra… (#323)

* fix "Mutating a priority from required to not on an installed constraint (or vice-versa) is not supported." when the priority is not changed

* add more check when changing layout constraint priority

* add more lenient check when changing layout constraint priority

* fix UILayoutPriorityRequired available only on iOS

* fix undeclared UILayoutPriority on macOS

* add check for tvOS

* change the result constraint of maker.center.equalTo(CGPoint) to based on the original point of superview (#336)

* change center.equalTo

* fix logic

* Add ConstraintMaker shortcuts for superview access (#341)

Added two new shortcuts for access superview in ConstraintMakerRelatable
`greaterThanOrEqualToSuperview`
`lessThanOrEqualToSuperview`

* Add `topMargin` to constraint maker (#343)

* Fix erroneus scheme

* Update settings for Carthage

* Prepare 3.0.2 release
2016-10-08 00:11:36 +13:00
Robert Payne d32a47f0dd Finish support for UILayoutGuide via Constraint MAker 2016-10-08 00:06:40 +13:00
Robert Payne dc304472aa Begin support for LayoutGuide constraint maker 2016-10-07 23:58:56 +13:00
Robert Payne 4018d4bd12 Updated info plist 2016-10-07 23:38:42 +13:00
Robert Payne daf00b5a3e Update settings for Carthage 2016-10-07 23:25:17 +13:00
Robert Payne 757ff896b4 Fix erroneus scheme 2016-10-07 23:03:10 +13:00
Robert Payne e95f7007c5 Merge branch 'master' of github.com:SnapKit/SnapKit into develop 2016-10-07 22:57:52 +13:00
Robert Payne 267cffa493 Update SnapKit 3.0 Migration Guide.md 2016-10-07 22:56:16 +13:00
Andrey Ufimtsev 39afda860e Add `topMargin` to constraint maker (#343) 2016-10-03 22:47:58 +13:00
Txai Wieser 180ff1477e Add ConstraintMaker shortcuts for superview access (#341)
Added two new shortcuts for access superview in ConstraintMakerRelatable
`greaterThanOrEqualToSuperview`
`lessThanOrEqualToSuperview`
2016-09-30 17:57:23 +13:00
Living da4426cb9a change the result constraint of maker.center.equalTo(CGPoint) to based on the original point of superview (#336)
* change center.equalTo

* fix logic
2016-09-29 00:41:15 +13:00
vhosune 3f529652a4 fix "Mutating a priority from required to not on an installed constra… (#323)
* fix "Mutating a priority from required to not on an installed constraint (or vice-versa) is not supported." when the priority is not changed

* add more check when changing layout constraint priority

* add more lenient check when changing layout constraint priority

* fix UILayoutPriorityRequired available only on iOS

* fix undeclared UILayoutPriority on macOS

* add check for tvOS
2016-09-23 22:54:49 +12:00
Robert Payne 25cf3bede1 Update ISSUE_TEMPLATE.md 2016-09-22 22:21:36 +12:00
Robert Payne 4a1b154ae0 Update ISSUE_TEMPLATE.md 2016-09-20 17:32:17 +12:00
Robert Payne af58a5f6f8 Update ISSUE_TEMPLATE.md 2016-09-20 17:32:06 +12:00
Robert Payne 0f532c2ee5 Update ISSUE_TEMPLATE.md 2016-09-20 17:31:20 +12:00
Robert Payne 05d6904967 Update ISSUE_TEMPLATE.md 2016-09-20 17:30:52 +12:00
Robert Payne c632ccaccf Remove changelog 2016-09-20 17:18:13 +12:00
Robert Payne fb45dd59e7 Update podspec 2016-09-20 17:18:08 +12:00
Robert Payne c373df794a Add Swift Version 2016-09-20 17:18:04 +12:00
Robert Payne e38b01b52e Fix up leading and trailing with UIEdgeInsets 2016-09-20 17:11:30 +12:00
Robert Payne de00f5e87e Fix up debug labels accessors 2016-09-20 17:08:30 +12:00
Robert Payne 46c02e3cc9 Fix edges to edges for macOS 2016-09-20 16:57:16 +12:00
Robert Payne bea480a8d1 Merge branch 'develop' of github.com:SnapKit/SnapKit into develop 2016-09-20 16:54:02 +12:00
Robert Payne cfa4c6a545 Fix up memory leaks 2016-09-20 16:53:32 +12:00
Robert Payne 47bad2a1f0 Update CONTRIBUTING.md 2016-09-20 16:23:17 +12:00
Robert Payne dd9e5c7b6f Update CONTRIBUTING.md 2016-09-20 16:23:08 +12:00
Robert Payne 505ed036a0 Fix tests 2016-09-20 15:12:30 +12:00
Robert Payne e148f93243 Update README.md 2016-09-19 15:53:19 +12:00
Robert Payne ed6ee87340 Update README.md 2016-09-19 15:52:46 +12:00
Robert Payne 27fd6fbb76 Update README.md 2016-09-19 15:50:06 +12:00
Robert Payne 5c7ede844a Update podspec 2016-09-14 21:50:40 +12:00
Robert Payne cc2629c2b8 Fix readme 2016-09-14 21:35:28 +12:00
Robert Payne 598aff86e0 Fix typo in readme 2016-09-14 21:32:54 +12:00
Robert Payne 92066d57fc Updated readme 2016-09-14 21:31:04 +12:00
Robert Payne a9bb93f64c Updated podspec 2016-09-14 21:30:48 +12:00
Robert Payne a810570794 Update readme 2016-09-14 21:29:01 +12:00
Robert Payne 4e2c897cab Add migration guide 2016-09-14 21:28:57 +12:00
Robert Payne 054d81c84f Updated changelog 2016-09-14 21:28:52 +12:00
Robert Payne 5ce5527327 Updated podspec 2016-09-14 21:00:41 +12:00
Robert Payne f29d66a079 Add deprecated install/uninstall 2016-09-14 20:59:59 +12:00