I’m porting an Android application to iOS. Part of the user-interface is an Android Snackbar; a small box at the bottom of the screen alerting the user of something, while not being a full-fledged dialog:
I tried different methods of the built-in UIAlertView from this post but there was nothing alike. Is this even possible with Swift and what are the best frameworks for Snackbar imitation?
2
Answers
SnackBar (along with Toast, PopupDialog, etc.) is a concept baked into Android, and there’s no equivalent on iOS.
You can:
Google provides a proper Snackbar implementation for iOS: https://m2.material.io/components/snackbars/ios#using-snackbars