nsomar/OAStackView

Dose OAStackView avoid user interaction?

Closed this issue · 2 comments

I use OAStackView on my menu view. It shows greatly. But my menu items dose not response to my tap
my code :

itemStack = OAStackView(arrangedSubviews: menuItems)
addSubview(itemStack)

And I am sure that I added UITapGestureRecognizer to my items

item.addGestureRecognizer(gestureRecognizer)

And my items' item.userInteractionEnabled = true

I use UIView instead of OAStackView it's tappable.

Hey, I am not aware of such a problem.
Could you please share more info, it would be great if you can supply a very small snippet (or project) that I could run. Thanks

@dubiao I am closing this issue since there have been no feedback from your side.
Please feel free to reopen it if the issue persists.