-
Notifications
You must be signed in to change notification settings - Fork 57
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
attributes.roundCorners.cornerValue ?? 0 #39
Comments
Same, any updates? |
Seems to have solved the problem. It is necessary to fill in all the fields in SwiftyMenuAttributes on your own, in the library code everywhere force-unwrap optional values 😠
|
this method is work for me! |
Hello @parthshethi2e and @HuvosFromDarnassus , Sorry for I'll keep this issue open until I'm done with the refactoring. Thank you. |
layer.cornerRadius = attributes.roundCorners.cornerValue ?? 0
Error on this line: SwiftyMenu/SwiftyMenu.swift:260: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
The text was updated successfully, but these errors were encountered: