Post

Replies

Boosts

Views

Activity

Comment on Binding<String>, set, get?
Is it possible to return a resulting filtered string as one types characters with Binding ? Thank you for your help.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on System requirements for Xcode 14
Thanks a lot.
Replies
Boosts
Views
Activity
Jun ’22
Comment on Not Allowing Row Selection in List
Whoa... Thanks a lot!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Sorting Array of Dictionaries with Exceptions?
Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Installing macOS 13 RC
Thanks. I've figured that out.
Replies
Boosts
Views
Activity
Oct ’22
Comment on Not Showing App Name in the Status Bar
I get it. Thank you.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Comment on Removing Apps from App Switcher?
I understand. Thank you.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Comment on Drawing a Pie without Path?
Thanks a lot.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on DisclosureGroup with Swipe Actions and Contextual Menu
Thanks. I'll take a look.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on DisclosureGroup with Swipe Actions and Contextual Menu
Yes, that's exactly what I need. That's excellent! Thanks a lot.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on SwiftUI on macOS, app generating a png file on the desktop from a screenshot made to the pasteboard
You are not allowed to save a file to a path that you specify without user's consent if your desktop application is sandboxed unless it's directed at the sandbox folder your application is assigned to. I'm sorry to say, but that's macOS software development 101. I have seen a similar question several days ago at Stack Overflow.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on 'unarchiveTopLevelObjectWithData' was deprecated Use unarchivedObject(ofClass:from:) instead
Thank you, eskimo. That's very kind of you. I'll take a good.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on 'unarchiveTopLevelObjectWithData' was deprecated Use unarchivedObject(ofClass:from:) instead
Also, if I set the requiringSecureCoding value to true, the do-catch error for NSKeyedArchiver says "The data couldn’t be written because it isn’t in the correct format'
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on 'unarchiveTopLevelObjectWithData' was deprecated Use unarchivedObject(ofClass:from:) instead
Hmm... Unfortunately, the do-catch error for NSKeyedUnarchiver says "The data couldn’t be read because it isn’t in the correct format." 😢
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23
Comment on 'unarchiveTopLevelObjectWithData' was deprecated Use unarchivedObject(ofClass:from:) instead
I'll test your example as it is, then.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’23