【发布时间】:2011-01-27 18:28:25
【问题描述】:
谁能告诉我如何在自定义单元格中创建图像预览,其中包含在 mms 中加载的内容。
我一直在尝试通过更改 IB 中的值来做到这一点,但我无法做到。
非常感谢!
(来源:iphonehelp.in)
感谢三个答案。
在做
cell3.imageView.layer.masksToBounds = YES;
cell3.imageView.layer.cornerRadius = 16;
cell3.imageView.layer.borderColor = [UIColor lightGrayColor].CGColor;
cell3.imageView.layer.borderWidth = 1.0;
我能够做我想做的部分事情。但是,我仍然无法将那种“发光”的外观放在图像上。有人现在应该控制哪个财产吗?
非常感谢(再次感谢)。
【问题讨论】:
标签: iphone objective-c xcode interface-builder uiimageview