How do you REALLY remove Copy from UIMenuController

后端 未结 6 1252
悲&欢浪女
悲&欢浪女 2020-12-04 22:31

There apparently used to be an easy way to prevent the \"More...\" label from appearing in UIMenuController when you added more than one custom menu item. You just had to re

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 23:26

    You could draw your own menu instead of using UIMenuController. That way, you can have as many items as you want displayed at the same time without using Other.

提交回复
热议问题