SiwftUI - IMAGE

 IMAGE

The Image control is used to display images, example:

Image("icon")
    .resizable()
    .frame(width: 100,
           height: 100,
           alignment: .center)

Comments

Popular posts from this blog

SwiftUI - TEXT

SwiftUI - TEXTFIELD