UIView(ToastAlerts) Category Reference
Conforms to | RBToastAlertViewDelegate |
---|---|
Declared in | UIView+ToastAlerts.h |
toastAlertView
The toast alert view.
@property (nonatomic, readonly, nullable) RBToastAlertView *toastAlertView
Discussion
The toast alert view.
Declared In
UIView+ToastAlerts.h
– toastAlert:completion:
Presents a RBToastAlertView
toast alert with the given schema.
- (void)toastAlert:(nonnull RBToastAlertSchema *)schema completion:(nullable dispatch_block_t)completion
Parameters
schema |
The schema describing the toast alert to present. |
---|---|
completion |
An optional block to be called when the toast alert has been presented. |
Discussion
Presents a RBToastAlertView
toast alert with the given schema.
Declared In
UIView+ToastAlerts.h