Interface NSSecureCoding

    • Method Detail

      • _supportsSecureCoding

        boolean _supportsSecureCoding()
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.