DesignableX
DesignableX copied to clipboard
This repository holds @IBDesignable files that can be used to extend the Interface Builder and make it easier to customize controls on the Storyboard.
Hey Mark, I know, through your prior Youtube comments that you intend others to be able to use your IBDesignable classes; however, you don't have a license in your repo....
how to change an UIImageViewX boarder colour from code ` @IBOutlet weak var choix1Img: UIImageViewX! //change colour when selected ??? ` can you tell me how I'm new in swift...
hi brother, I've coded the FloatingActionButton as you coded `import UIKit class FloatingActionButton: UIButtonX { override func beginTracking(_ touch: UITouch, with event: UIEvent?) -> Bool { UIView.animate(withDuration: 0.3, animations: {...
Hello, I just added it to my project, I am trying to do the gradient thingy, however when I add the view and selectra `UIViewX` under it it says 'Designables...
Put simply, the project (DesignableXTesting) doesn't build and all custom objects remain normal. I was browsing it to see what I could do with these Designables, but it won't build....