import UIKit class CustomPrettyView: UIView { override class func awakeFromNib() { layer.cornerRadius = 20 } }
为什么它不起作用?
ios swift
ios ×1
swift ×1