StackViewLayout icon indicating copy to clipboard operation
StackViewLayout copied to clipboard

Coming soon!

Results 2 StackViewLayout issues
Sort by recently updated
recently updated
newest added

Hi, Do you think it would be easier to write code like this: ```swift // instead of stackView.direction(.row).justifyContent(.spaceBetween).define { (stackView) in stackView.addItem(button1).shrink(1).aspectRatio(imageRatio) stackView.addItem(button2).marginLeft(10).shrink(1).aspectRatio(imageRatio) stackView.addItem(button3).marginLeft(10).shrink(1).aspectRatio(imageRatio) stackView.addItem(button4).marginLeft(10).shrink(1).aspectRatio(imageRatio) } // use this stackView...

enhancement