Post

Replies

Boosts

Views

Activity

Control Size of content
I practice using SwiftUI Tutorials. https://developer.apple.com/tutorials/swiftui/ I want to fix size of the image. Tell me how to solve this, please. I build like that: import SwiftUI struct CircleImage: View {     var image: Image          var body: some View {         image             .clipShape(Circle())             .overlay {                 Circle().stroke(.gray, lineWidth: 4)             }             .shadow(radius: 7)     } }
1
0
794
Dec ’21
Swift Student Challenge
“You must provide a PDF, PNG, or JPG of your current class schedule or other current proof of enrollment and the contact information for your dean or principal. Documentation is accepted in all languages and must clearly show your name, the organization or school name, and the dates for which it is valid.” What’s “your current class schedule? And what’s “other current proof of enrollment”?
3
0
919
May ’21