In AutoLayout.We can use active to get active status.and I want to know, how to get active status in Masonry.
/* The receiver may be activated or deactivated by manipulating this property. Only active constraints affect the calculated layout. Attempting to activate a constraint whose items have no common ancestor will cause an exception to be thrown. Defaults to NO for newly created constraints. */
@property (getter=isActive) BOOL active NS_AVAILABLE(10_10, 8_0);
In AutoLayout.We can use active to get active status.and I want to know, how to get active status in Masonry.