Xavier
iOS DevX

iOS DevX

Follow
Xavier

Xavier

Welcome to iOS DevX by Xavier. Here I post Swift & SwiftUI demonstrations and tips. Subscribe to my newsletter to get daily updates via email.

Ternary Operator in SwiftUI

Mar 25, 20234 min read

A summary of use cases of the ternary operators in SwiftUI · The ternary operator is a shorthand way of writing an if-else statement in a single line of...

Ternary Operator in SwiftUI
Stepper in SwiftUI
Navigation Toolbar Items in SwiftUI
Create a Page View in SwiftUI
SwiftUI List with Sort Options
Delegate Pattern Explained