stackotter/swift-cross-ui

Make certain view modifiers independent of order

stackotter opened this issue · 1 comments

Currently doing padding before frame produces different behaviour than padding after frame when the frame height is set such that the content can scroll (the padding is either inside or outside of the scrolling area). This is clearly not the intended behaviour and will have to be solved eventually.

Seems to be how SwiftUI does it