Post

Replies

Boosts

Views

Activity

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
949
May ’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.5k
May ’21
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
815
Dec ’21
Swift student challenge
what do you some idea?
Replies
1
Boosts
0
Views
789
Activity
May ’21
Build an app by Swift Playgrounds
I want to build an app by swift playgrounds. I especially want to build “family tree” app. Do you have any idea about family tree?
Replies
1
Boosts
0
Views
636
Activity
May ’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”?
Replies
3
Boosts
0
Views
949
Activity
May ’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”?
Replies
10
Boosts
0
Views
1.5k
Activity
May ’21
Beginner Swift Playground
I’m a beginner. So what should I do? (I finished learn to code 1 & 2) I want to build some app.
Replies
8
Boosts
0
Views
1.4k
Activity
May ’21
Learn to Code 2
Question for; (Learn to Code 2 > Types > Random Gems Everywhere) Can you tell me example answer?
Replies
4
Boosts
0
Views
1.2k
Activity
Jun ’21
How to make Messages Sticker
I don’t know how to make it. Please tell me.
Replies
1
Boosts
0
Views
810
Activity
Jul ’21
Resources for development
I saw pictures of iPhone, iPad, Mac. This is only flame. I can’t find now, so can you tell me place?
Replies
2
Boosts
0
Views
942
Activity
Sep ’21
3D object on websites
I want to put on 3D object on websites, but I don’t know how to do. It doesn’t explain AR such as Apple’s product page. It explain like top page’s earth of github.com. In short, I want to put 3D object without page-jumping. This question is maybe not adopted here -apple developer forum-, however I want someone to answer this.
Replies
2
Boosts
0
Views
1.4k
Activity
Nov ’21
Adjust size on Swift Playgrounds 4
I want my app preview to adjust on Swift Playgrounds 4. Tell me how, please.
Replies
1
Boosts
0
Views
598
Activity
Dec ’21
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)     } }
Replies
1
Boosts
0
Views
815
Activity
Dec ’21
How to take out subtitle file from mp4 file
I don't know how to take out SUBTITLE file.
Replies
0
Boosts
0
Views
1.1k
Activity
Jan ’22
corner radius
Apple’s software use corner many places. I want to know there’s precise value of radius. If you know it or sources of it, please tell me.
Replies
0
Boosts
0
Views
642
Activity
Jan ’22
Animating Views and Transitions - Swift UI Tutorials
I'm learning with this page on swift playgrounds, but I can't build successfully only this session. Swift Playgrounds 4 can't build this system? Section 1 Add Hiking Data to the App https://developer.apple.com/tutorials/swiftui/animating-views-and-transitions
Replies
0
Boosts
0
Views
521
Activity
Jan ’22
Get Character from Unicode
I want to make quiz game of country’s frags on Xcode. But I don’t know how to get flags and country’s name from Unicode.
Replies
0
Boosts
0
Views
482
Activity
Feb ’22