RBFormAlertViewController
Properties
- buttonPositioner:
RBGridPositioner
- defaultAlertMargin:
UIEdgeInsets
- defaultAlertVerticalAlignment:
RBVerticalAlignment
- formPositioner:
RBPositioner
- statusBarHidden:
boolean
- defaultFormAlertVerticalAlignment:
RBVerticalAlignment
- buttons:
RBButton
- firstButton:
RBButton
- defaultFormAlertMargin:
UIEdgeInsets
- positioner:
RBGridPositioner
- cancelButton:
RBButton
- singleButton:
RBButton
- form:
RBFormView
- statusBarStyle:
UIStatusBarStyle
- button_[identifier]:
RBButton
- submitButton:
RBButton
- lastButton:
RBButton
buttonPositioner
Type: RBGridPositioner
The theme of the positioner that positions the buttons. The default assigned positioner is RBGridPositioner.
defaultAlertMargin
Type: UIEdgeInsets
The default outer margin to provide when displaying managed alerts.
defaultAlertVerticalAlignment
Type: RBVerticalAlignment
The default vertical alignment to use when displaying managed alerts.
Options:
- bottom
- top
- middle
formPositioner
Type: RBPositioner
The theme of the form positioner. The properties for this will depend on which RBPositioner is assigned. The default assigned positioner is RBGridPositioner.
statusBarHidden
Type: boolean
Whether or not the system status bar should be hidden.
defaultFormAlertVerticalAlignment
Type: RBVerticalAlignment
The default vertical alignment to use when displaying managed form alerts.
Options:
- bottom
- top
- middle
buttons
Type: RBButton
The theme of the buttons.
firstButton
Type: RBButton
The optional theme of the button in the first position.
defaultFormAlertMargin
Type: UIEdgeInsets
The default outer margin to provide when displaying managed form alerts.
positioner
Type: RBGridPositioner
The theme of the overall positioner that positions the form and the alert buttons. The default assigned positioner is RBGridPositioner.
cancelButton
Type: RBButton
The theme of cancel button if one of the button identifiers is set to 'cancelButton'.
singleButton
Type: RBButton
The optional theme if there is only a single button.
form
Type: RBFormView
The theme of the managed form.
statusBarStyle
Type: UIStatusBarStyle
The style of system status bar that should be used.
Options:
- light
- default
button_[identifier]
Type: RBButton
The optional theme of the button for the specified identifier.
submitButton
Type: RBButton
The theme of submit button if one of the button identifiers is set to 'submitButton'.
lastButton
Type: RBButton
The optional theme of the button in the last position.