gpt4 book ai didi

iphone - 如何在 UITableViewCell 的 contentView 周围放置边框? (用于检测)

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

在 UITableViewCell 的 contentView 周围放置边框的代码是什么? (用于测试)

如果不可能,这是为什么? (为了我的学习)

最佳答案

您是否尝试过使用 contentView 的底层 CALayer?尝试这样的事情:

#import <QuartzCore/QuartzCore.h>

- (void)someAppropriateMethod
{
[self.myTableViewCell.contentView.layer setBorderColor:[UIColor redColor].CGColor];
[self.myTableViewCell.contentView.layer setBorderWidth:1.0f];
}

关于iphone - 如何在 UITableViewCell 的 contentView 周围放置边框? (用于检测),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7682520/

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