-
Notifications
You must be signed in to change notification settings - Fork 88
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
Animation option not found #33
Comments
I am also facing same issue when I updated to Xcode10, please give me a solution. |
The error is Name of UIView.AnimationOptions conflicts with a struct name of AnimationOptions in this library. So you change it name written in top of "ExpandingMenuButton.swift" and also change the variable type. |
yes, That is the exact issue, Thanks for solution |
I'm still having the above issue even though i have renamed the elements open var enabledExpandingAnimations: CustomAnimationOptions = .Default I have also tried the newer version of the code - but i'm still getting this message. it seems to referencing the UIView.AnimationOptions quite a bit through the file instead of the newly named one.... Any greatfull as i have inherited this project and at a complete loss. |
Hi medida |
Additionally, all variable of AnimationOptions type in this library should be changed to CustomAnimationOptions. |
Hi - Thanks. I have restarted everything and this error seems to be sorted - just another one caused by xcode 10! |
This issue was resolved at #31 |
when I installed Xcode 10 and swift 4.2 this issue appeared
Pods/ExpandingMenu/ExpandingMenu/Classes/ExpandingMenuButton.swift:78:62: Type 'UIView.AnimationOptions' has no member 'Default'
The text was updated successfully, but these errors were encountered: