Welcome to iOS DevX by Xavier. Here I post Swift & SwiftUI demonstrations and tips. Subscribe to my newsletter to get daily updates via email.
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...
Stepper is a user interface control that allows the user to increment or decrement a numeric value by tapping on a plus or minus button. SwiftUI...
Navigation Toolbar Item is a navigation bar item that is placed on the navigation bar of a view in SwiftUI. It can be used to display additional...
A tutorial on making a Welcome view with Page-Styled TabView · While making a mobile app, it’s common and of vital importance to include a "Welcome"...
A common feature in apps is to allow users to sort a list of items based on various criteria such as name, date, or size. While SwiftUI provides...
The delegate pattern is a common design pattern in iOS development that allows objects to communicate with each other without being tightly coupled....