Post

Replies

Boosts

Views

Activity

Comment on Most wanted Xcode features…
You've been heard with Xcode 14. A good improvement.
Replies
Boosts
Views
Activity
Feb ’23
Comment on SwiftUI Navigation Bar appears behind Status Bar
A good practice is to tell what the fix is. That may help others if they face the same problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on I am a new learner on Xcode
One more thing. The problems comes from the fact that Xcode looks at info.plist where a scene is announced. But cannot find it, so display is not configured properly ans stays black.
Replies
Boosts
Views
Activity
Jan ’23
Comment on How To Set Values To Binding Variable
OK. Don't forget to close the thread.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on Please Help Me Fix This Issues
Yes, ContentView is a generic term. You need to pass the actual View to start with.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on how can i make my async func wait
I don't understand exactly how the log relates to the code. Is the result OK ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on AVSpeechSynthesizer not working in iOS 16
That works. In addition, keeping a reference allows to interrupt the speaking later.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on Parser Json with Single Quote
Other option is to get the server to send valid JSON.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on serach bar not find all words
I noticed a typo in your app: Serach instead of Search in placeholder.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Thread 1: Fatal error: Index out of range
So you just initialised quizData as advised…
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Info.plist contained no UIScene configuration dictionary
Thanks. So SwiftUI just wanted to see an empty sceneConfiguration in info.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Extra trailing closure passed in call for TabView
Reason for Label issue was Label was overriden somewhere else in the project. My mistake.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Extra trailing closure passed in call for TabView
I tested Label("One", systemImage: "star") in another project, no issue…
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on cancel the async and make it run normally
The point was that getLat was not defined (or at least you didn't show). Have you tried the solutions I proposed ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Info.plist contained no UIScene configuration dictionary
I also get the error 3 times.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22