Classes

The following classes are available globally.

  • Availability: All.

    Subclass APLConfiguration and declare and implement properties to configure using the Appfigurate app (Simulator or App Store) with the BOOL_PROPERTY, INT_PROPERTY_, FLOAT_PROPERTY_, DOUBLE_PROPERTY_, STRING_PROPERTY_ or ENCRYPTED_STRING_PROPERTY_ macros (Objective-C) or @BoolProperty, @IntProperty_, @FloatProperty_, @StringProperty_ or @EncryptedString_ property wrappers (Swift). You must override the -[APLConfiguration publicKey] method.

    See more

    Declaration

    Objective-C

    @interface APLConfiguration : NSObject

    Swift

    class APLConfiguration : NSObject
  • Availability: iOS only.

    Displays overridden configuration in a vertical orientation. Once added to the the superview, you should use the center property to specify the labels coordinates. Uses the -[APLConfiguration modifications] method to compute the labels text.

    See more

    Declaration

    Objective-C

    @interface APLConfigurationLabel

    Swift

    class APLConfigurationLabel