SnapKit/Source
Colin T.A. Gray 15beb52218 Adds 'constraint.isActive = bool' to Constraint (#496)
* delegate identical 'constraint creation' code to 'prepareConstraints'

* adds 'set(isActivated:)' method to call appropriate 'activate/deactivate' based on bool

cleans up about 30 lines of

    if foo { activate }
    else { deactivate }

code in my app

* instead of 'set(isActivated:)', use 'isActive = value'
2018-06-23 23:15:34 +12:00
..
Constraint.swift Adds 'constraint.isActive = bool' to Constraint (#496) 2018-06-23 23:15:34 +12:00
ConstraintAttributes.swift make ConstraintAttributes conform to ExpressibleByIntegerLiteral (#520) 2018-06-23 23:14:50 +12:00
ConstraintConfig.swift Swift 3.0 Migration 2016-06-15 13:49:49 +12:00
ConstraintConstantTarget.swift Xcode 4 mac compatibility (#446) 2017-09-17 14:15:34 +12:00
ConstraintDSL.swift Swift 4 Migration 2017-06-12 22:12:07 +12:00
ConstraintDescription.swift Fix Memory Leaks 2016-11-24 00:03:41 +13:00
ConstraintInsetTarget.swift Increase test coverage and fix bugs 2016-09-02 00:54:18 +12:00
ConstraintInsets.swift Xcode 4 mac compatibility (#446) 2017-09-17 14:15:34 +12:00
ConstraintItem.swift Fix Memory Leaks 2016-11-24 00:03:41 +13:00
ConstraintLayoutGuide+Extensions.swift Fix up iOS 9 / OSX 10.11 availability on Layout Guides 2016-10-11 23:17:32 +13:00
ConstraintLayoutGuide.swift Fix up iOS 9 / OSX 10.11 availability on Layout Guides 2016-10-11 23:17:32 +13:00
ConstraintLayoutGuideDSL.swift Fix up iOS 9 / OSX 10.11 availability on Layout Guides 2016-10-11 23:17:32 +13:00
ConstraintLayoutSupport.swift Tweaks for OSX support 2016-09-02 01:39:08 +12:00
ConstraintLayoutSupportDSL.swift Tweaks for OSX support 2016-09-02 01:39:08 +12:00
ConstraintMaker.swift Adds 'constraint.isActive = bool' to Constraint (#496) 2018-06-23 23:15:34 +12:00
ConstraintMakerEditable.swift Add API’s for updating offset/inset/priorty 2016-08-04 10:46:25 +12:00
ConstraintMakerExtendable.swift Missing property topMargin on ConstraintMakerExtendable (#393) 2017-02-11 22:31:59 +13:00
ConstraintMakerFinalizable.swift API updates, migrate away from iOS 7.0 support 2016-08-06 22:38:02 +12:00
ConstraintMakerPriortizable.swift Tweak priority API's some more and add tests 2017-02-11 23:09:49 +13:00
ConstraintMakerRelatable.swift Make ConstraintMakerRelatable targets work with UILayoutGuide (#372) 2016-12-26 00:37:38 +13:00
ConstraintMultiplierTarget.swift Swift 3.0 Migration 2016-06-15 13:49:49 +12:00
ConstraintOffsetTarget.swift Add API’s for updating offset/inset/priorty 2016-08-04 10:46:25 +12:00
ConstraintPriority.swift Add `Strideble` conformance to `ConstraintPriority ` (#409) 2017-02-22 15:07:09 +13:00
ConstraintPriorityTarget.swift Add support for UILayoutPriority as priority target. (#466) 2017-10-13 22:32:30 +13:00
ConstraintRelatableTarget.swift Make ConstraintMakerRelatable targets work with UILayoutGuide (#372) 2016-12-26 00:37:38 +13:00
ConstraintRelation.swift Xcode 4 mac compatibility (#446) 2017-09-17 14:15:34 +12:00
ConstraintView+Extensions.swift Update deprecation notice versions 2016-09-14 20:59:51 +12:00
ConstraintView.swift Major overhaul 2016-01-26 23:49:04 +13:00
ConstraintViewDSL.swift Xcode 4 mac compatibility (#446) 2017-09-17 14:15:34 +12:00
Debugging.swift Xcode 4 mac compatibility (#446) 2017-09-17 14:15:34 +12:00
Info.plist Updated info plist 2016-10-07 23:38:42 +13:00
LayoutConstraint.swift Begin support for LayoutGuide constraint maker 2016-10-07 23:58:56 +13:00
LayoutConstraintItem.swift Fix bug not storing constraints 2016-11-24 00:16:39 +13:00
SnapKit.h Snap is now SnapKit 2015-04-15 23:07:50 +12:00
Typealiases.swift Swift4.2 (#516) 2018-06-11 15:46:30 +12:00
UILayoutSupport+Extensions.swift Tweaks for OSX support 2016-09-02 01:39:08 +12:00