VAndrJ

Results 3 comments of VAndrJ

You need to set `style.flexShrink` not equal to 0 for your `padding`. Example without `style.flexShrink`: ``` Row { imageNode1 .sized(CGSize(same: 20)) .padding(.left(9)) imageNode2 .sized(CGSize(same: 20)) textNode .padding(.horizontal(6)) } ``` Example...

`ASCornerLayoutSpec` is not the best solution for the cell, as part of the node will be cut off even with `clipsToBounds = false`: ![Issue example](https://user-images.githubusercontent.com/13746800/213918194-30d7057e-c83c-4f17-a1a8-504283df752e.png) As an option, a combination...

Just call `closestViewController` from the main thread.