gpt4 book ai didi

ios - UIActionSheet 标题多行

转载 作者:行者123 更新时间:2023-11-29 02:35:39 25 4
gpt4 key购买 nike

非常简单,我希望 UI 操作表的标题为两行。

请参阅下面的示例。我想做到:

(第 1 行) Action

(第 2 行)工作表演示

仍然居中,一切都只是回车

enter image description here

最佳答案

所以因为它需要 NSString * 你需要使用 \r

    UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:NSLocalizedString(@"First Line\rSecond Line", nil)
delegate:self
cancelButtonTitle:NSLocalizedString(@"_CANCEL", nil)
destructiveButtonTitle:nil
otherButtonTitles:NSLocalizedString(@"_USE_SYSTEM_LANGUAGE", nil), NSLocalizedString(@"_ENGLISH", nil), NSLocalizedString(@"_ARABIC", nil), nil];

它是复制和粘贴我使用 NSLocalizedString 但你 ncat 使用 NSString

See picture:

关于ios - UIActionSheet 标题多行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26408571/

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