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

Need some help please #52

Open
chadbrochill317 opened this issue Jan 22, 2019 · 1 comment
Open

Need some help please #52

chadbrochill317 opened this issue Jan 22, 2019 · 1 comment

Comments

@chadbrochill317
Copy link

animator!.moveY(50).animate(1.0)

Keep getting an error on the above line that says:

Argument passed to call that takes no arguments

Please Help!!!

@JamesCastrejon
Copy link

I believe you are using Swift because of the syntax animator!.

If that's the case, just change your code from:
animator!.moveY(50).animate(1.0)
to:
animator!.move(y: 50).animate(t: 1.0)

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