SCNumberDefinition

@interface SCNumberDefinition : SCDataDefinition

This class functions as a means to represent the definition of an NSNumber class.

This class is typically used when you need to work with a collection of NSNumber objects in classes like SCArrayOfObjectsSection and SCArrayOfObjectsModel. The class automatically generates only one property definition representing how the NSNumber automatically generated UI should be defined.

Creation and Initialization

  • Allocates and returns an initialized SCNumberDefinition.

    Declaration

    Objective-C

    + (instancetype)definition;

Configuration