SMIFormTitleInteractionItem
Objective-C
@protocol SMIFormTitleInteractionItem <NSObject>
Swift
protocol FormTitleInteractionItem : NSObjectProtocol
Represents an object containing SMIFormTitleItem
and is used as an interactive element on a form.
-
The item type for this interaction item.
Declaration
Objective-C
@property (nonatomic, strong, readonly) SMIFormTitleInteractionItemType _Nonnull itemType;
Swift
var itemType: FormTitleInteractionItemType { get }
-
The title of this interaction item.
See
SMIFormTitleItem
Declaration
Objective-C
@property (nonatomic, strong, readonly) id<SMIFormTitleItem> _Nonnull titleItem;
Swift
var titleItem: any FormTitleItem { get }