<bdo id='PrR9b'></bdo><ul id='PrR9b'></ul>

    1. <legend id='PrR9b'><style id='PrR9b'><dir id='PrR9b'><q id='PrR9b'></q></dir></style></legend>
    2. <tfoot id='PrR9b'></tfoot>

    3. <i id='PrR9b'><tr id='PrR9b'><dt id='PrR9b'><q id='PrR9b'><span id='PrR9b'><b id='PrR9b'><form id='PrR9b'><ins id='PrR9b'></ins><ul id='PrR9b'></ul><sub id='PrR9b'></sub></form><legend id='PrR9b'></legend><bdo id='PrR9b'><pre id='PrR9b'><center id='PrR9b'></center></pre></bdo></b><th id='PrR9b'></th></span></q></dt></tr></i><div id='PrR9b'><tfoot id='PrR9b'></tfoot><dl id='PrR9b'><fieldset id='PrR9b'></fieldset></dl></div>
    4. <small id='PrR9b'></small><noframes id='PrR9b'>

        如何禁用 UITextview 选择文本,复制/粘贴 UIMenuCo

        时间:2023-05-31
      1. <small id='rCU4B'></small><noframes id='rCU4B'>

        1. <i id='rCU4B'><tr id='rCU4B'><dt id='rCU4B'><q id='rCU4B'><span id='rCU4B'><b id='rCU4B'><form id='rCU4B'><ins id='rCU4B'></ins><ul id='rCU4B'></ul><sub id='rCU4B'></sub></form><legend id='rCU4B'></legend><bdo id='rCU4B'><pre id='rCU4B'><center id='rCU4B'></center></pre></bdo></b><th id='rCU4B'></th></span></q></dt></tr></i><div id='rCU4B'><tfoot id='rCU4B'></tfoot><dl id='rCU4B'><fieldset id='rCU4B'></fieldset></dl></div>

            • <tfoot id='rCU4B'></tfoot>
                <bdo id='rCU4B'></bdo><ul id='rCU4B'></ul>

                  <tbody id='rCU4B'></tbody>

                  <legend id='rCU4B'><style id='rCU4B'><dir id='rCU4B'><q id='rCU4B'></q></dir></style></legend>
                1. 本文介绍了如何禁用 UITextview 选择文本,复制/粘贴 UIMenuController 但仍然有超链接工作 [不重复]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我想禁用复制/粘贴菜单,并且我在 UITextView 中使用 HTML 标记,其中有多个超链接并且只想禁用菜单.

                  I want to disable copy/paste menu and i'm using HTML tag in UITextView in which multiple hyperlinks and want to only disable menu.

                  我的 texview 图片

                  My texview image

                  推荐答案

                  只需尝试创建一个覆盖 canPerformAction:withSender: 方法的 UITextView 的子类

                  just try to create a subclass of UITextView that overrides the canPerformAction:withSender: method

                  - (BOOL)canPerformAction:(SEL)action withSender:(id)sender
                  {
                      if (action == @selector(paste:))
                          return NO;
                      return [super canPerformAction:action withSender:sender];
                  }
                  

                  这篇关于如何禁用 UITextview 选择文本,复制/粘贴 UIMenuController 但仍然有超链接工作 [不重复]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 App Delegate 访问通过 Storyboard 创建的视图控制 下一篇:自动引用计数问题:将非本地对象的地址传递给

                  相关文章

                  最新文章

                  <small id='SwZj7'></small><noframes id='SwZj7'>

                  <legend id='SwZj7'><style id='SwZj7'><dir id='SwZj7'><q id='SwZj7'></q></dir></style></legend>
                2. <tfoot id='SwZj7'></tfoot>

                      <i id='SwZj7'><tr id='SwZj7'><dt id='SwZj7'><q id='SwZj7'><span id='SwZj7'><b id='SwZj7'><form id='SwZj7'><ins id='SwZj7'></ins><ul id='SwZj7'></ul><sub id='SwZj7'></sub></form><legend id='SwZj7'></legend><bdo id='SwZj7'><pre id='SwZj7'><center id='SwZj7'></center></pre></bdo></b><th id='SwZj7'></th></span></q></dt></tr></i><div id='SwZj7'><tfoot id='SwZj7'></tfoot><dl id='SwZj7'><fieldset id='SwZj7'></fieldset></dl></div>

                        <bdo id='SwZj7'></bdo><ul id='SwZj7'></ul>