Show iPhone cut copy paste menu on UILabel

前端 未结 12 1254
半阙折子戏
半阙折子戏 2020-11-30 21:05
  1. Can we enable the cut copy paste menu for a UILabel as it is for a UITextField?

  2. If not, and I need to convert my UIL

12条回答
  •  粉色の甜心
    2020-11-30 21:26

    I've made an open source UILabel subclass that shows a UIMenuController with a "Copy" option upon long press:

    HTCopyableLabel on GitHub

提交回复
热议问题