home, SWIFT, updated 2022-01-02 11:06:12 How to round corner edges of UILabel with Swift? You can add following line to round corners of UILabel in Swift label.layer.masksToBounds = true label.layer.cornerRadius = 5
post a comment