Post

Replies

Boosts

Views

Activity

Comment on How does let statement work?
Thanks. Would your code you gave me above be the same as the following? var appDelegate: AppDelegate? = { return UIApplication.shared.delegate as? AppDelegate } or var appDelegate: AppDelegate? { get { return UIApplication.shared.delegate as? AppDelegate } }
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’22
Comment on How do I avoid nested closures or clauses?
I found this webpage titled "Meet async/await in Swift" at the WWDC NOTES website that uses the async and await keywords and the withCheckedThrowingContinuation function. Is there any more about the async/await pattern that would help?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on How does let statement work?
Thanks. Would your code you gave me above be the same as the following? var appDelegate: AppDelegate? = { return UIApplication.shared.delegate as? AppDelegate } or var appDelegate: AppDelegate? { get { return UIApplication.shared.delegate as? AppDelegate } }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Swift file reading permission error on macOS sandbox
What do I have to do to give my iOS access to the files on the device? I ask because I can't find where it allows me to select what my app is allowed access to like that screenshot above shows at the very right-bottom, where it says "File Access", then "Type" and "Permission & Access" above the two columns after it says "File Access".
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on Swift file reading permission error on macOS sandbox
I did find documentation from Apple saying I have to do the following: Before accessing the URL, call startAccessingSecurityScopedResource(). Use a file coordinator to perform read or write operations on the URL’s contents. After you access the URL, call stopAccessingSecurityScopedResource().
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on MPMusicPlayerController not found by autocompletion in xcode
Have you figured this out?
Replies
Boosts
Views
Activity
Jun ’23
Comment on Speech Recognition and how to utilze SFTranscriptionSegment to track recognition timestamps?
What improvements or discoveries have you had since you posted this?
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on Transcode AVAudioPCMBuffer to lower sample-rate (but be compatible with iOS8)
I'm interested in learning how you succeeded in fixing this.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on How do I request permission from Apple to access the lightning port to customize with my app?
I have started the process for this. It's been a while ago, and I can't find the email they sent me.
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Dec ’23
Comment on Do I need to down load iOS 18 for testing on iPhone 11 having iOS version 17.6.1 ?
It shows a message saying iOS 18 is not installed.
Replies
Boosts
Views
Activity
Nov ’24