#import <QuartzCore/QuartzCore.h>
[self.content.layer setBackgroundColor:[[UIColor whiteColor] CGColor]];
[self.content.layer setBorderColor:[[UIColor grayColor] CGColor]];
[self.content.layer setBorderWidth:1.0];
[self.content.layer setCornerRadius:8.0];
[self.content.layer setMasksToBounds:YES];
self.content.clipsToBounds = YES;
iphone TextView 加个圆角
最新推荐文章于 2025-12-04 14:59:40 发布
本文介绍如何使用Objective-C为UIView设置背景颜色、边框颜色、边框宽度及圆角等属性,实现美观的UI效果。
3494

被折叠的 条评论
为什么被折叠?



