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
715
Dec ’21
Swift Student Challenge
Your Swift playground must be fully functioning, and be written in and run on Swift Playgrounds 3.4.1 on iPadOS 14.4.2, Swift Playgrounds 3.4.1 on macOS 11.2.3, or Xcode 12.4 on macOS 11.2.3. If it runs on iPadOS, it must be optimized to display properly on all models of iPad Pro. You may incorporate the use of Apple Pencil. Xcode projects will not be considered. Should I have to be “iPad OS 14.4.2”?
10
0
1.3k
May ’21