This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 1 comment 6 replies
-
As of now, XCT's SnackBar is just a wrapper around native SnackBars (iOS, Android) with native views, lifecycle events, styles, etc. I don't think that this is in the scope of XCT's SnackBar. Did you try using popup control for it, or just some |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to check someones thoughts whether being able to provide a custom View to the SnackBar so something similar to the sliding view at the top of the attached video could be achieved?
The idea as mentioned would be to define a custom view for the SnackBar to render. I assume if this was to go ahead the View may be required to implement some level of interface in order to deal with lifecycle events for the general SnackBar viewing. Also I wondered whether
SnackBarOptions
could be extended or event sub-classed to allow for simple Text specific and then a more custom approach.If this is something that could/should go in then I would be happy to write up the feature request and also put the effort in to implementing it.
Snack.mov
Beta Was this translation helpful? Give feedback.
All reactions