9 Notes for me in June Swift 4.2
1. Border in Label This example to set a border around UILabel type. label.layer.borderColor = UIColor.green.cgColor label.layer.borderWidht = 2.0 2. How to set Corner Rad…
Read more →
Build logs, short notes, and the things I work out in public before they turn into articles.
1. Border in Label This example to set a border around UILabel type. label.layer.borderColor = UIColor.green.cgColor label.layer.borderWidht = 2.0 2. How to set Corner Rad…
Read more →