view
-
Creating Custom Container Views In SwiftUI
Read about how to create custom container views in SwiftUI similar to the built-in ones and explore additional configuration details.
-
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.
-
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.