This tag should only be used for questions specific to the usage and features of Xcode 14. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific [xcode] tag. Use tags appropriate for the OS such as [ios] or [macos].
Questions tagged [xcode14]
351 questions
-3
votes
2 answers
Learning swift and Xcode. Facing a issue in the syntax
AsyncImage(url: URL(string: imageURL)) { image in
image
} placeholder: {
Image(systemName: "photo.circle.fill")
}
.padding(40)
I'm trying to use the image in the image but it isn't working. Also, the padding isn't working.

Murtaza Ghani
- 1
- 3
-3
votes
1 answer
Xcode 14 new project with storyboards
When I start a new project with Xcode 14, I'm unable to change the interface from SwiftUI to storyboards.
Where can I create a new project, that uses storyboards instead of SwiftUI?

Display Name
- 4,502
- 2
- 47
- 63