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 *dropinButton

Discussion

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 *)appAction

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