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
815
Dec ’21
DatePicker
I don’t know how to build datepicker. I want to build you can pick start and end date. Tell me.
Replies
1
Boosts
0
Views
633
Activity
Apr ’22
For Submission
I do prepare for submission. Now, I have a question. My native language isn’t English, so My name and school name isn’t also English. Do I have to write in English? or in my language? Submission deadline is here, so please tell me soon.
Replies
2
Boosts
0
Views
1k
Activity
Apr ’22
Web development environment
I want to change web development environment. do you have good ones? I want to know what Myles used. Please check out 9:30 of this video. https://developer.apple.com/videos/play/wwdc2021/10029/
Replies
4
Boosts
0
Views
2.7k
Activity
Mar ’22
Finding API on "scanning the document"
I'm finding the API on "scanning the document" which used on Notes App. I want to build functions of scanning a document automatically. So I need it. Please, tell me.
Replies
0
Boosts
0
Views
677
Activity
Mar ’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
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
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
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
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
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
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
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
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
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
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