1

I need to copy some text from an UITableView. I'm using the method shouldShowMenuForRowAtIndexPath, it does work perfectly ! But, I'd like to set the position (on the x axis, horizontally) of the "Copy" menu item. How to do it ?

Thank you for ur help !

Sincerely,

Hervé D.

sweepy_
  • 1,333
  • 1
  • 9
  • 28

1 Answers1

-1

You're better off with a custom UILongPressGEstureRecognizer and handling the UIMenuController yourself.

Check point 4) of this answer.

Community
  • 1
  • 1
Rivera
  • 10,792
  • 3
  • 58
  • 102