Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Created June 10, 2022 09:31
Show Gist options
  • Save meyusufdemirci/1bacda90d7d299570b8bfe97e925ddb7 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/1bacda90d7d299570b8bfe97e925ddb7 to your computer and use it in GitHub Desktop.
What is New in SwiftUI, WWDC 22 Article
var body: some View {
ViewThatFits {
Text("Hello, I am the longer text and most probably I will be visible only in the landscape mode")
.frame(width: 700, height: 300)
Text("Hello, I am the shorter text")
.frame(width: 300, height: 100)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment