Post

Replies

Boosts

Views

Activity

Comment on Binding<String>, set, get?
Thanks. I'm sorry if I have not explicitly stated what I exactly need. I only need to return a resulting string after removing all invalid characters. So I want to immediately return "Sd" if I type "Sd#." (period not included)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’22
Comment on Drawing a Pie without Path?
Thanks a lot.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’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 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 Installing macOS 13 RC
Thanks. I've figured that out.
Replies
Boosts
Views
Activity
Oct ’22
Comment on Sorting Array of Dictionaries with Exceptions?
Thanks.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’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 System requirements for Xcode 14
Thanks a lot.
Replies
Boosts
Views
Activity
Jun ’22
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 Binding<String>, set, get?
Thanks. I'm sorry if I have not explicitly stated what I exactly need. I only need to return a resulting string after removing all invalid characters. So I want to immediately return "Sd" if I type "Sd#." (period not included)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Binding<String>, set, get?
I see what you mean. Thanks. Do you know how I fix it such that I only get alphabetic letters and numbers shown in the text field?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Horizontally-Aligned TextField Wrap?
I am afraid that is not going to work out. It should be something similar to one of the solutions mentioned in the URL above.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on TextField Binding
Thanks. I don' know about that. It could work if I change let name: String into var name: String in the model.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on TextField Binding
Thanks. But that's no. I get an error.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Deleting a View Instance with the Tap of a Button
If I change @Binding to @State var id = UUID(), then the app says id (at id: item.id) is only available in iOS 15.0 or newer.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Deleting a View Instance with the Tap of a Button
That's very kind of you. Thanks a lot. Well, if I remove '@Binding var id: UUID,' I get an error over id ($0.id == id). Do you know what I should do?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22