From 0713a9517d68737f082be804fea0f5478850f59c Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 27 Jan 2015 01:35:10 +1300 Subject: [PATCH] Define tagged constraints API --- Snap/View+Snap.swift | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Snap/View+Snap.swift b/Snap/View+Snap.swift index ee032e6..643fcce 100644 --- a/Snap/View+Snap.swift +++ b/Snap/View+Snap.swift @@ -84,6 +84,26 @@ public extension View { ConstraintMaker.removeConstraints(self) } + public func snp_prepareConstraints(tag: String, block: (maker: ConstraintMaker) -> ()) { + + } + + public func snp_enableConstraints(tag: String) { + + } + + public func snp_disableConstraints(tag: String) { + + } + + public func snp_toggleConstraints(tag: String) { + + } + + public func snp_removeConstraints(tag: String) { + + } + // internal internal var snp_installedLayoutConstraints: Array {