Post

Replies

Boosts

Views

Activity

Comment on Issue with string
Maybe you are reading local value (ie, on you Mac)/ So, when you run on another machine, it cannot get the value ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Problem with GeometryReader
?????
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Use of `self` - Confusion
Thanks for the feedback. However, it does not explain why @Published var 'var': URL works.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on String verification in textfield while typing in SwiftUI
I don't know if it is possible to write an equivalent of isValidPAN with Regex…
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Info.plist contained no UIScene configuration dictionary
I tested with Xcode 14 and 14.1. Same issue as with 14.2.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on Info.plist contained no UIScene configuration dictionary
@DF_ What did you do exactly ? I rebooted the Mac and consequently restarted Xcode. That did not solve the issue.
Topic: UI Frameworks SubTopic: SwiftUI 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
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 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 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 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 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 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 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 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