AssociationKey

public struct AssociationKey

Struct for holding all the keys used in objc_getAssociatedObject(...) and objc_setAssociatedObject(...) for the associated ReactiveCocoa property extensions.

  • The key used for the rac_hidden property on UIViews.

    Declaration

    Swift

    public static var hidden:UInt8 = 0
  • The key used for the rac_alpha property on UIViews.

    Declaration

    Swift

    public static var alpha:UInt8 = 0
  • The key used for the rac_enabled property on UIControls.

    Declaration

    Swift

    public static var enabled:UInt8 = 0
  • The key used for the rac_Text property on UILabels, UITextFields and UITextViews.

    Declaration

    Swift

    public static var text:UInt8 = 0
  • The key used for the rac_attributedText property on UILabels, UITextFields and UITextViews.

    Declaration

    Swift

    public static var attributedText:UInt8 = 0