gpt4 book ai didi

iphone - 多行的 UISegmentedControl 文本?

转载 作者:IT王子 更新时间:2023-10-29 07:50:59 26 4
gpt4 key购买 nike

如何使我的 UISegmentedControl 中的一个按钮中的文本跨越多行?

最佳答案

使用 UIAppearance 来完成任务。下面的代码片段将起作用。在创建分割之前调用它。

objective-C

[[UILabel appearanceWhenContainedIn:[UISegmentedControl class], nil] setNumberOfLines:0];

swift

UILabel.appearanceWhenContainedInInstancesOfClasses([UISegmentedControl.self]).numberOfLines = 0

关于iphone - 多行的 UISegmentedControl 文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5614284/

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