I have an UIMenuController
I add a custom button and all works fine, it shows it and my defined selector gets called but my problem is, I only get the UIMenuController itself as the parameter but how can I know on which IndexPath the action was called?
Asked
Active
Viewed 431 times
0

Sebastian
- 952
- 1
- 14
- 41
-
http://stackoverflow.com/questions/4861249/uimenucontroller-how-to-tell-which-menuitem-is-pressed – Nagasaki Apr 30 '13 at 13:11
-
I dont see how it can help me in this situation – Sebastian Apr 30 '13 at 13:18
-
1See this answer: http://stackoverflow.com/a/16270198/308315 – iwasrobbed Apr 30 '13 at 13:28