|
@@ -24,6 +24,13 @@
|
|
*/
|
|
*/
|
|
- (MASConstraint * (^)(MASEdgeInsets insets))insets;
|
|
- (MASConstraint * (^)(MASEdgeInsets insets))insets;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * Modifies the NSLayoutConstraint constant,
|
|
|
|
+ * only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
|
|
|
|
+ * NSLayoutAttributeTop, NSLayoutAttributeLeft, NSLayoutAttributeBottom, NSLayoutAttributeRight
|
|
|
|
+ */
|
|
|
|
+- (MASConstraint * (^)(CGFloat inset))inset;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Modifies the NSLayoutConstraint constant,
|
|
* Modifies the NSLayoutConstraint constant,
|
|
* only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
|
|
* only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
|
|
@@ -163,6 +170,13 @@
|
|
*/
|
|
*/
|
|
- (void)setInsets:(MASEdgeInsets)insets;
|
|
- (void)setInsets:(MASEdgeInsets)insets;
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * Modifies the NSLayoutConstraint constant,
|
|
|
|
+ * only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
|
|
|
|
+ * NSLayoutAttributeTop, NSLayoutAttributeLeft, NSLayoutAttributeBottom, NSLayoutAttributeRight
|
|
|
|
+ */
|
|
|
|
+- (void)setInset:(CGFloat)inset;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Modifies the NSLayoutConstraint constant,
|
|
* Modifies the NSLayoutConstraint constant,
|
|
* only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
|
|
* only affects MASConstraints in which the first item's NSLayoutAttribute is one of the following
|