SMIFormInputSection
Objective-C
@protocol SMIFormInputSection <NSObject>
Swift
protocol FormInputSection : NSObjectProtocol
Represents a section of a form to collect user input.
-
The type of input contained in this section.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SMIFormInputSectionType _Nonnull sectionType;
Swift
var sectionType: FormInputSectionType { get }