-
Notifications
You must be signed in to change notification settings - Fork 357
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
Function buttonDidSelected not working #50
Comments
Ok so it might be on my side, I'll look into it and make a feedback if ever I find the why. Thanks for your reply though. |
maybe you forgot set delegate button.delegate = self |
Nope delegate was set. Just checked. I will investigate why and tell you as soon as I find out what I did wrong. |
Same issue for me |
same issue for me |
See if customNormalIconView != nil && customSelectedIconView != nil {
DispatchQueue.main.asyncAfter(deadline: .now() + duration, execute: {
self.delegate?.circleMenu?(self, buttonDidSelected: sender, atIndex: sender.tag)
})
} Well, |
… using ionicons-fonts not images. I can't see the reason why I need to set any images. (7f2a3f8) It might be legacy code form wayback when the delegate methods were introduced or software engineering bureaucracy. Either way, good job Alex.k for making this project possible. Only he could just push a tiny bit further :p See issue50 Ramotion#50
🎉🎉🎉 |
Is not triggering at all?
The text was updated successfully, but these errors were encountered: