UIView

UIView 设置圆角

通过 UIViewlayer.cornerRadius 可以设置圆角;此外还可以通过 layer.maskedCorners 指定圆角生效的位置。