Open Malenea opened 6 years ago
Demo project works fine
Ok so it might be on my side, I'll look into it and make a feedback if ever I find the why. Wich is weird cause the willSelected works like a charm.
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 CircleMenu.swift:374
if customNormalIconView != nil && customSelectedIconView != nil {
DispatchQueue.main.asyncAfter(deadline: .now() + duration, execute: {
self.delegate?.circleMenu?(self, buttonDidSelected: sender, atIndex: sender.tag)
})
}
Well, customNormalIconView
and customSelectedIconView
can't be nil. It's unclear to me. I'm using ionicons-fonts not images. I can't see the reason why I need to set any images. (https://github.com/Ramotion/circle-menu/commit/7f2a3f8a89f00198d87583cbea2cc642cc99a00b) 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
🎉🎉🎉
Is not triggering at all?