ASHostActionType
enum ASHostActionType : NSInteger {}
ASHostActionType is an enumeration describing the supported types of return/exit buttons that will be shown when AirService is presented or pushed from the host view controller.
-
None: No button will be shown
Declaration
Objective-C
ASHostActionTypeNone = 0 -
Close: Button typically used when the
AirServiceKitViewControlleris presentedDeclaration
Objective-C
ASHostActionTypeClose -
Back: Button typically used when the
AirServiceKitViewControlleris pushedDeclaration
Objective-C
ASHostActionTypeBack -
Home: House shaped button
Declaration
Objective-C
ASHostActionTypeHome -
Menu: Hamburger menu button
Declaration
Objective-C
ASHostActionTypeMenu
View on GitHub
ASHostActionType Enum Reference