#import <PromptBaseCell.h>
This is used by the UITableView of the PromptSummaryScreen, where each prompt has a cell in the table.
- See also
- PromptFormattableCell, the subclass.
◆ addContent()
Does nothing. Subclasses need to provide the view content that is appropriate for that type of prompt.
◆ addErrorMessage()
Added a UILabel with an error message with red text from prompt.errorDetails.errorMsg
◆ addRequiredLabel()
- (NSInteger) addRequiredLabel |
|
|
|
Adds the UILabel "This prompt is required." to the cell
- Returns
- the right edge of the UILabel
◆ didRotateFromInterfaceOrientation()
- (void) didRotateFromInterfaceOrientation |
|
|
|
◆ populate()
◆ rightMargin()
- (NSInteger) rightMargin |
|
|
|
◆ errorLabel
◆ requiredLabel
- (UILabel*) requiredLabel |
|
protected |
◆ titleLabel
◆ prompt