Luc Dion

Results 41 comments of Luc Dion

If the views hierarchy is: ``` SectionView (white view with rounded corners) ContainerView ImageView Label ``` I think this should work, but I haven't tested ``` // Set the container's...

Any feedback? Else, please close this issue.

Not sure to understand your proposition. Your methods are setting the item's padding and margin. Padding applies only to sub-items of this item, so it shouldn't have any impact if...

But this would also add an extra spacing of 10 pixels below the last items 🤔 This would do exactly what you want: ``` flex.addItem().direction(.column).define({ (flex) in flex.addItem(view1) flex.addItem(view2).marginTop(10) flex.addItem(view3).marginTop(10)...

Hi @dillidon @enricenrich, creating a stackview it is quite complex, and currently, I didn't want to add this complexity and high-level API to PinLayout. That's why I started another project...

Hi @mylesbarros, your remark makes a lot of sense. I'm not a fan of unnecessary breaking change that would force all existing source code to be updated. Another option would...

Sorry for the late response. But yes, that would be a nice improvement for Swift

That would be really nice. But there is currently no plan for that. SwiftUI already has `HStack` and `VStack`, I didn't have the time to check it, but I hope...

What are you trying to achieve exactly @HParis? It would helps me to give you the best solution.

Very old topic. Closing it, sorry