Read about how to create custom container views in SwiftUI similar to the built-in ones and explore additional configuration details.
Navigation View Style in SwiftUI
Read about how to change the default navigation view style in SwiftUI using a view modifier, and override the default behavior.
Frame vs Bounds in iOS: Implementing A Visual Demonstration
Find out what is the difference between frame and bounds in iOS through the implementation of a small app that explains everything visually.
Navigating Among SwiftUI Views
Meet a technique that lets you navigate and switch among SwiftUI views of the same hierarchy level when not using a navigation or tab view.
Setting Background Color in SwiftUI Views
Applying a background color in SwiftUI views is something simple, but not so obvious if coming from UIKit. Learn here how to achieve that.