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

DCPathItemButtons become unclickable #62

Open
TheKongBakPau opened this issue Feb 14, 2017 · 1 comment
Open

DCPathItemButtons become unclickable #62

TheKongBakPau opened this issue Feb 14, 2017 · 1 comment

Comments

@TheKongBakPau
Copy link

I am using a UITabBarController with a DCPathButton as the centre button. One of my tabs consists of a UIWebView. I have found that when on this tab, after I press on something in the web view that triggers some javascript to be executed, that afterwards the DCPathItemButtons become unresponsive. Pressing the DCPathButton still displays them correctly, I just can no longer press on them. I can still press elsewhere and they disappear back again, just nothing happens when I press on the DCPathItemButtons. It acts as it no longer has a delegate, but stepping through it tells me it still has, but

func

pathButton(_ dcPathButton: DCPathButton!, clickItemButtonAt itemButtonIndex: UInt)

is no longer invoked. Any help would be greatly appreciated.

@kevnm67
Copy link
Contributor

kevnm67 commented Jul 12, 2017

@TheKongBakPau If you use the view debugger are the buttons the topmost view? Or are they covered by another view?

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