gpt4 book ai didi

ios - 如何在 UIMenuItem 中显示多行?

转载 作者:行者123 更新时间:2023-12-01 16:50:58 25 4
gpt4 key购买 nike

我试图在自定义 UIMenuItem 中显示多行文本。
我尝试在 UIMenuItem 的 title 属性中使用一个简单的“\n”,但没有成功。
例子:

UIMenuItem *menuItem; //Is then allocated properly....

// Before the Menu is displayed
menuItem.title = @"This is a first line.\nThis is a second line.";

不幸的是,我最终只显示了一行...

我想要达到的效果类似于您在 Apple iPod/Music 应用程序中的 LongPress 上看到的效果。

 Multi-line UIMenuItem in iPod app

我刚刚发现了这个 github 项目作为解决方案:
https://github.com/questbeat/QBPopupMenu

您可以在 MenuItem 中显示任何自定义 UIView。所以我插入了一个多行 UILabel 并且有效。

但是,如果可能的话,我宁愿使用 native Apple UIMenutItem 方法。有任何想法吗?提前致谢。

最佳答案

您需要更改 UIMenuItem 的一些内部属性,但不幸的是,Apple 没有提供一种方法来做到这一点。

所以,就今天而言,没有办法改变 UIMenuItem 的显示。 .

关于ios - 如何在 UIMenuItem 中显示多行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15866681/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com