SwiftUI’s scaleEffect() modifier lets us increase or decrease the size of a view freely . That makes the text view twice its regular size, scaled from the bottom-right corner. Tip: Scaling up a view won’t cause it to be redrawn at its new size, only stretched up or down.