Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slide not working? #24

Open
Dresel opened this issue Jul 31, 2018 · 2 comments
Open

Slide not working? #24

Dresel opened this issue Jul 31, 2018 · 2 comments

Comments

@Dresel
Copy link

Dresel commented Jul 31, 2018

Hi,

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?

@MarcBruins
Copy link
Owner

Sliding doesn't work, indeed. Feel free to raise a PR to fix it though!

@Dresel
Copy link
Author

Dresel commented Dec 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants