Skip to content

Instantly share code, notes, and snippets.

@jamesporter
Created April 2, 2023 23:31
Show Gist options
  • Save jamesporter/4671571c48746ec2a28482af47fb5e93 to your computer and use it in GitHub Desktop.
Save jamesporter/4671571c48746ec2a28482af47fb5e93 to your computer and use it in GitHub Desktop.
import SwiftUI
extension View {
func unfuckText() -> some View {
fixedSize(horizontal: false, vertical: true)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment