RV
RV
Hi! Could not add the possibility of changing views at once for the whole group, as `Stack View`. I'm tired of trying to sort through all possible combinations of methods...
Hi! There is a lack of a provider that could contain a data with different types of views, and not just one type. For example, you can combine view and...
Please, add following layouts: 
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...