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

Delegate Improvements #46

Closed
JamesKuang opened this issue Nov 21, 2015 · 1 comment
Closed

Delegate Improvements #46

JamesKuang opened this issue Nov 21, 2015 · 1 comment

Comments

@JamesKuang
Copy link

The delegates willDismissDCPathButtonItems: and didDismissDCPathButtonItems: are not fired unless you tap on the center button to dismiss. I would think they also get fired when tapping on one of the button items.

Currently there is no way to trigger an action after the dismiss animation, because pathButton:clickItemButtonAtIndex: happens on tap.

As an improvement, I suggest either:

  1. All 3 of these delegates should fire in the right sequence.
  2. Add a new delegate to fire after the dismiss animation for selecting an item button index.
@Tangdixi
Copy link
Owner

Fixed.
PLZ reinstall through PodSpec

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