BTNDropinButtonCell Class Reference
| Inherits from | UITableViewCell |
|---|---|
| Conforms to | BTNDropinButtonAppearance BTNDropinButtonCellDeprecated |
| Declared in | BTNDropinButtonCell.h |
Other Methods
dropinButton
The dropin button that displays the use case action (e.g. Get a ride).
@property (nullable, nonatomic, strong) IBOutlet BTNDropinButton *dropinButtonDiscussion
The dropin button that displays the use case action (e.g. Get a ride).
Declared In
BTNDropinButtonCell.h
Rendering an App Action
– prepareWithAppAction:
Tells the cell to render the passed app action.
- (void)prepareWithAppAction:(nullable BTNAppAction *)appActionParameters
appAction |
A BTNAppAction loaded via |
|---|
Discussion
Tells the cell to render the passed app action.
Note: passing nil will return the button to the loading state.
Declared In
BTNDropinButtonCell.h