gpt4 book ai didi

ios - iOS 中开头的省略号/换行 NavigationController 标题

转载 作者:行者123 更新时间:2023-11-29 05:32:28 25 4
gpt4 key购买 nike

我有一个嵌入在导航 Controller 中的 View Controller 。在 Controller 标题上,我显示文件的目录路径。

我希望此文本的省略号(换行)出现在开头,而不是像目前的情况那样出现在结尾。

enter image description here

最佳答案

您需要将自定义UILabel添加到navigationItem的 titleView并设置标签的 lineBreakMode.byTruncatingHead,

let label = UILabel()
label.text = "I would like this text's ellipsis (wrap) to occur at the beginning instead of at the end as is currently the case."
label.lineBreakMode = .byTruncatingHead
self.navigationItem.titleView = label

enter image description here

关于ios - iOS 中开头的省略号/换行 NavigationController 标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57409548/

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