In this post, we’ll explore a lightweight, type-safe way to manage navigation in SwiftUI by modelling screens as an enum and driving transitions with closures. We’ll illustrate a simple cyclical flow…
Posts for: #SwiftUI
SwiftUI Generic Containers
Want to make your SwiftUI views more reusable, composable, and clean? This post explores how to build your own generic containers using Swift’s type system and SwiftUI’s powerful @ViewBuilder +…
An Introductory Example of Deeplinking in iOS
Hello everyone. Lately, I’ve been experimenting with deep links and SwiftUI.
A Simple Full-Stack iOS App Example
One of the benefits of using Swift is its excellent performance and low memory footprint. This is a key point when doing backend programming.
SwiftUI – Horizontal Pages Carousel
Horizontal page carousels are a common element in iOS interfaces for presenting pages in a horizontal, swipeable format.