Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我的 tableView 中有很多图像,我希望 UIImage 看起来像原生 iOS 图标。
有没有办法做到这一点?
对于圆角,您可以这样做:
[self.myImageView.layer setCornerRadius:10.0];
更新
如前所述,您需要添加 QuartzCore 框架才能使其工作