ashishkakkad.com
How to work with IBDesignable and IBInspectable in Swift Language? - Ashish Kakkad
How to use the @IBDesignable and @IBInspectable? By giving you a simple example that we can not change the corner radius from the design view. We have to change it run time. If you want to make possible it with design time then you can use the @IBDesignable and @IBInspectable. So, We are taking an ... Read more
Ashish Kakkad