Post

Replies

Boosts

Views

Activity

Comment on can't use @Environment for Binding?
thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on can't use @Environment for Binding?
This code is better at performance. but it is not cleaner than @EnvironmentObject below code
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on can't use @Environment for Binding?
I think PropertyWrapper is available in Computed Property(body) but @Bindable does not work perfect in Computed Property(body)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on can't use @Environment for Binding?
I saw this solution in Twitter. I think that too... We need more elegant solution or fix (bug?)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on can't use @Environment for Binding?
I think that combination of @Observable and ObservableObject is complex in iOS 17 or more.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Comment on `disabled` does not wok in List selection
List(selection) with disabled is broken...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’23
Comment on I want to use ForEach in RegexBuilder like SwiftUI
FIX let words = ["@apple", "#swift"] -> let words = ["@apple", "#swift"] but result is incorrect
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on [SwiftUI]Binding, dismiss Bug?
mistake
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22