完整代码如下: textView.layer.borderColor = [UIColorgrayColor].CGColor; textView.layer.borderWidth =1.0; textView.layer.cornerRadius =5.0; 需要添加头文件: #import <QuartzCore/QuartzCore.h>
完整代码如下: textView.layer.borderColor = [UIColorgrayColor].CGColor; textView.layer.borderWidth =1.0; textView.layer.cornerRadius =5.0; 需要添加头文件: #import <QuartzCore/QuartzCore.h>