我可以在检查器中使用清晰的体型,当我可以绘制自定义线条时,可能有更简单的方法吗?
答案 0 :(得分:1)
导入<QuartzCore/QuartzCore.h>
textField.layer.cornerRadius = 8.0f;
textField.layer.masksToBounds = YES;
textField.layer.borderColor = [[UIColor blueColor]CGColor];
textField.layer.borderWidth = 1.0f;
还添加其框架^