SwiftUI — Using Frames To Align
Learn to use the Frame Modifier to align you views
3 min readJan 27
--
Frame is one of the most widely used modifier in SwiftUI. Almost every time that I’ve seen it in code is used to give a view a specific size. Anyway .frame
can be used in a very clever way to align out content.