The advent of SwiftUI has been a revolution in the world of iOS development, simplifying UI creation with its declarative syntax and powerful features. The introduction of ScrollTargetBehavior in SwiftUI is another leap forward, promising to further streamline the development … Read More
SwiftUI
Complex navigation in SwiftUI
Navigation in SwiftUI has been a major focus of the framework from day one, however when we tried to create an app that had a bit more navigation and view complexity we ran into the first problems. Given the importance … Read More
Tags: SwiftUI
A simple implementation of Remote Configuration for SwiftUI
First of all a quick definition of Remote Configuration: It is a way to customize the behaviour of a desired system based on certain parameters that are stored on a remote location. Many well known libraries will give you this … Read More