gpt4 book ai didi

iphone - 更改 UITableViewCell 中 textLabel 和 detailTextLabel 之间的间距?

转载 作者:搜寻专家 更新时间:2023-10-30 19:53:40 24 4
gpt4 key购买 nike

有没有一种方法可以改变 UITableViewCell 中 textLabel 和 detailTextLabel 之间的间距? (没有子类化 UITableViewCell)

最佳答案

创建 UITableViewCell 的自定义子类,并实现 -layoutSubviews方法:

- (void) layoutSubviews {
[super layoutSubviews];
//my custom repositioning here
}

如果你想在没有子类化的情况下做到这一点,你可以通过方法调配来做到这一点,但总的来说,这是一个坏主意™。

关于iphone - 更改 UITableViewCell 中 textLabel 和 detailTextLabel 之间的间距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4718293/

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