You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm playing around with your sample project. Changed the code to
var snackbar = new TTGSnackbar("Hello Xamarin snackbar");
snackbar.Duration = TimeSpan.FromSeconds(3);
snackbar.AnimationType = TTGSnackbarAnimationType.SlideFromLeftToRight;
snackbar.Show();
Is this supposed to work? I'm using an iPhone 6 with iOS 11.4 and the message appears, but there is no sliding effect. It seems that only fading is working at the moment? Any ideas?
The text was updated successfully, but these errors were encountered:
I already would have done that but I lack too much knowledge to be productive (never worked with the iOS internals used in this package) here and it's not that important for me - I'm fine with fading.
Anyway thanks for your answer and the time you put into this project.
Hi,
I'm playing around with your sample project. Changed the code to
Is this supposed to work? I'm using an iPhone 6 with iOS 11.4 and the message appears, but there is no sliding effect. It seems that only fading is working at the moment? Any ideas?
The text was updated successfully, but these errors were encountered: