Mobile API Reference  MicroStrategy 2019
PromptSwitchCell Class Reference

#import <PromptSwitchCell.h>

Inheritance diagram for PromptSwitchCell:
PromptBaseCell

Class Methods

(PromptSwitchCell *) + newCellForPrompt:
 

Protected Attributes

UISwitch * valueSwitch
 
NSString * onValue
 
NSString * offValue
 
- Protected Attributes inherited from PromptBaseCell
UILabel * titleLabel
 
UILabel * errorLabel
 
UILabel * requiredLabel
 

Additional Inherited Members

- Instance Methods inherited from PromptBaseCell
(void) - populate
 
(void) - addContent
 
(NSInteger) - addRequiredLabel
 
(void) - addErrorMessage
 
(NSInteger) - rightMargin
 
(void) - didRotateFromInterfaceOrientation
 
- Properties inherited from PromptBaseCell
Prompt * prompt
 

Method Documentation

◆ newCellForPrompt:()

+ (PromptSwitchCell*) newCellForPrompt: (ConstantPrompt *)  prompt

Member Data Documentation

◆ offValue

- (NSString*) offValue
protected

◆ onValue

- (NSString*) onValue
protected

◆ valueSwitch

- (UISwitch*) valueSwitch
protected