-

Programmatically Setting Focus on SwiftUI Text Fields with FocusState
Discover how to programmatically focus on SwiftUI text fields by using the @FocusState property wrapper the right way.
-

Video – The Builder Design Pattern Explained in Less Than 5 Minutes
Find out what the Builder design pattern is and how it helps us build and configure objects step-by-step by chaining methods.
-

Handling App Lifecycle In SwiftUI With scenePhase
Find out how to observe changes to the app lifecycle and react to them in a pure and modern SwiftUI fashion.
-

SwiftUI Colors – Exploring Overlooked Features
Explore not so well-known features in SwiftUI Color, simplify UI design and achieve beautiful visual results effortlessly.
-

Working With The task Modifier In SwiftUI
Get to know the task modifier in SwiftUI and how to run asynchronous code when a view appears.
-

Handling Incoming URLs With onOpenURL In SwiftUI
Meet the onOpenURL modifier and explore how to handle incoming URLs and open files the SwiftUI way.
-

Exploring The LabeledContent View In SwiftUI
Meet the LabeledContent view that displays a label and content of various types in SwiftUI effortlessly in a predefined manner.
-

Video – From Top Bar To Sidebar With The sidebarAdaptable TabView Style
Watch how to transform the top bar on iPad into a sidebar with just a new TabView style and how to group tabs in sections.
-

The aspectRatio Modifier In SwiftUI
The aspectRatio modifier in SwiftUI is more than what we usually think and scaling does not stop to Image views only.