I have an action sheet that pops up over the top of view that has a button at the bottom. (The button is a photo capture button that files the Camera API)
Problem: The CANCEL click propagates down through the ActionSheet and fires the button underneath.
How do I stop this when:
1) There is no event fired for CLOSE (while there is one for OPEN)
Suggestions are welcome and thanks ahead of time.
Problem: The CANCEL click propagates down through the ActionSheet and fires the button underneath.
How do I stop this when:
1) There is no event fired for CLOSE (while there is one for OPEN)
Suggestions are welcome and thanks ahead of time.