#import @interface UIView (TLLayout) @property (nonatomic, strong) NSArray *hiddenConstraints; // set hidden and remove any constraints involving this view from its superview - (void)hideAndRemoveConstraints; - (void)showAndRestoreConstraints; @end