iOS - 图像边框或其他图像作为边框 - 性能明智哪个更好?

时间:2014-07-26 23:07:49

标签: ios performance uiimageview uiimage

我是iOS开发的新手。我正在一个有很多图像的应用程序(每个单元格都有图像的表格)。我需要为每个图像显示边框。目前我就是这样做的 -

[image.layer setBorderColor:[[UIColor red] CGColor]];
[image.layer setBorderWidth:2.5f];

此边框宽度和颜色对于单元格中的每个图像都是固定的。如果我改为使用图像作为边框(在Xcode IB中)而不是每次在运行时设置它会更好吗?

0 个答案:

没有答案