RV

Results 4 issues of 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...

enhancement

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: ![2](https://user-images.githubusercontent.com/7115804/54106357-e11faf80-43e6-11e9-9235-f2a0aaf29535.gif)

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