Open garyfhudson opened 6 years ago
There are two ways to do this.
button1 = new Layer
height: 50
width: 100
backgroundColor: "blue"
borderRadius:
topLeft: 10
bottomLeft: 10
button2 = new Layer
height: 50
width: 100
backgroundColor: "red"
x: button1.maxX
borderRadius:
topRight: 10
bottomRight: 10
I need to prototype a segmented control very like the DESIGN/CONTROL buttons on the Framer Interface. For that I need to put two buttons right next to each other with only the outermost corners of the pair rounded.
Thanks