1. Home
  2. Profile
GitHub
Stack Overflow
Email
Feed
I'm WeZZard
Making Software
Composing Music
Designing UX
© 2025 WeZZard All Copyright Reserved.

Tags > SwiftUI

Using Functional Binding to Observe in SwiftUI

Story This week, my colleague asked me a question: how to observe user selection behaviors on SwiftUI's Picker ? This is a question came from real bussiness. Thus I think it worth to take me time to solve it. The example code is as shown below and my colleague wanted to observe user's behaviors on…

Aug 19, 2022
  • Programming
  • SwiftUI
  • Binding
  • Swift
  • Observer

Unexplained SwiftUI - The Programming Language Nature of SwiftUI

Preface Apple introduced SwiftUI at WWDC 2019. Most people may seem SwiftUI as yet another UI framework likes Flutter , React.js or Vue.js which rides on the trend of declarative stateless UI programming. Even though there are some common points between them, SwiftUI is far different from…

Mar 6, 2022
  • Programming
  • Unexplained SwiftUI
  • SwiftUI
  • Swift

Adapting Reference Semantics Model in SwiftUI - The Basics

Introduction Recently, one of my colleagues had been struggling with porting reference semantics model to SwiftUI with ObservableObject and @StateObject . In this post, since there are many examples talked about porting reference semantics models to SwiftUI this way on the Internet, I'm not going…

Mar 2, 2023
  • Programming
  • SwiftUI
  • Swift
  • Adaptor
  • Reference Semantics
  • Binding
1 / 1

Freiheit ist Wille. Handeln ist Fähigkeit. Mut ist der Glaube, der mit der Zeit nicht nachlässt.
Built with Gatsby.js.