Post

Replies

Boosts

Views

Activity

Comment on NSuserdefault issue after restart my iphone
The point of my response was that if you use the Simulator you can see the plist file where the defaults are saved, and you can determine whether you were actually writing them (so the issue is in reading them), or if they weren't in the file the issue is in the writing. You're saving a string 1 for a boolean pushIsYes. You should write and read it as a boolean with boolForKey. This can stop you accidentally mixing up values.
Topic: App & System Services SubTopic: General Tags:
Jun ’25
Comment on Can't post because "This post contains sensitive language"
Honestly wondering if it's because this was in a for loop, i.e. for c u e (read it out loud).
Replies
Boosts
Views
Activity
Jul ’25
Comment on NSuserdefault issue after restart my iphone
The point of my response was that if you use the Simulator you can see the plist file where the defaults are saved, and you can determine whether you were actually writing them (so the issue is in reading them), or if they weren't in the file the issue is in the writing. You're saving a string 1 for a boolean pushIsYes. You should write and read it as a boolean with boolForKey. This can stop you accidentally mixing up values.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on Apple watch for child
They likely suggested you go to the product support forums, not the developer forums.
Replies
Boosts
Views
Activity
Jun ’25
Comment on Checking the contents of a TextField variable method not working
You don't need to keep adding comments. You have a one-hour window in which to edit your post.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Comment on Checking the contents of a TextField variable method not working
You beat me by 9 seconds 😄
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’25
Comment on Xcode 16.3 not working on MacOS 15.4.1
Add your solution as a reply (not a comment), then mark it as the answer, and others will know this worked for you so it might help them. Answered posts are helpful for others because they know there was a solution to the issue.
Replies
Boosts
Views
Activity
Apr ’25
Comment on More spam on these forums...
Quinn, that "a thread" url you added is for this thread...
Replies
Boosts
Views
Activity
Apr ’25
Comment on Cs Ajaib Sekuritas adalah 082172226661
It's dumb. I could be mean and say it was written by Apple Intelligence...
Replies
Boosts
Views
Activity
Apr ’25
Comment on Whatsapp ajaib adalah 082172226661
Yep, and the "App Store Connect Engineer" assumes it's just a normal post...
Replies
Boosts
Views
Activity
Apr ’25
Comment on Need guidance for creating the xcprivacy file WITHOUT A MAC when coding on flutter, especially when third party sdks are there.
Dude, try it for yourself! Add a privacy manifest file as I've suggested. Add the right keys and values for your project your code, not the SDKs), and build it.
Replies
Boosts
Views
Activity
Mar ’25
Comment on How to control when a DatePicker "pops up"
Obviously I did that at almost midnight, so the ternary operators on lines 4 & 9 are not required, neither is the .disabled modifier on line 3 :)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Comment on How to use core spotlight ?
This reply disappeared, then reappeared, and the two code blocks have been munged together, with the text that I'd put in-between placed above them. Forum bugs ahoy!
Replies
Boosts
Views
Activity
Mar ’25
Comment on How to know if a user has received a notification?
If the user clicked it, they clearly received it. Besides, can't you just assume that a notification is actually sent? We assume lots of things, why would you need to confirm this specific thing?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on cell.textLabel?.text breaking if a number value is in an array
I did originally suggest this approach, then changed my mind as it seems like overkill for this task :)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on How to support foregroundColor (deprecated) and foregroundStyle in watchOS 9/10?
Yeah, I figured that out a while ago. Forgot I'd still got this outstanding.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25