Skip to content

ConditionalSizeView - iOS 13

Compare
Choose a tag to compare
@luizmb luizmb released this 28 Oct 08:35
· 38 commits to master since this release
3c5264e

Fix issues for ConditionalSizeView on iOS 13

ConditionalSizeView, for situations where you need to provide different variants of the same view according to the available space you have. This can be useful to overcome SizeClass limitations, and also for when Image that should not be resized on-the-fly, but instead having different well-defined variants that will be applied according to the parent size (using the SwiftUI layout-system, based on negotiable sizes).