NSObject(KDIExtensions)

@interface NSObject (KDIExtensions)

/**
 Convenience property to set and get the custom constraints managed by the receiver. Setting this will deactivate the old custom constraints and active the new custom constraints.
 */
@property (copy,nonatomic,nullable) NSArray<NSLayoutConstraint *> *KDI_customConstraints;

@end

Undocumented

  • Convenience property to set and get the custom constraints managed by the receiver. Setting this will deactivate the old custom constraints and active the new custom constraints.

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSArray<NSLayoutConstraint *> *KDI_customConstraints;