tskulbru / NBMaterialDialogIOS

http://tskulbru.github.io/NBMaterialDialogIOS - Material design dialogs, toast and snackbar for IOS
MIT License
55 stars 13 forks source link

SnackBar with Button #10

Open leronj23 opened 7 years ago

leronj23 commented 7 years ago

Can you add a button to your snackbar like in Android?

tskulbru commented 7 years ago

Should include 0-1 actions, not dismiss or cancel. One problem might be that it might block any potential FABs, so as such we should send an event to let users be able to shift their fabs when a snackbar is shown.

https://material.io/guidelines/components/snackbars-toasts.html#snackbars-toasts-specs

leronj23 commented 7 years ago

tskulbru,

Thats what I need. At least 1 action like https://github.com/zekunyan/TTGSnackbar.