SwiftUI
-
Insetting Scrollable Views’ Content With contentMargins In SwiftUI
Adding margin to content of scrollable views in SwiftUI is just a matter of a single view modifier. Read here all you need to know about it.
-
A Summary Of How To Pass Data To SwiftUI Environment
Go through a summary of all possible ways to inject custom data to SwiftUI environment and access it from any view in the view hierarchy.
-
Replacing The Deprecated cornerRadius View Modifier In SwiftUI
Read how to replace the cornerRadius view modifier in SwiftUI after its deprecation in iOS 17.4 and why the alternative is a better choice.
-
The ContentUnavailableView In SwiftUI
Meet the ContentUnavailableView in SwiftUI and find out how to present a configurable system no-content view in just a few seconds.
-
Integrating Haptic Feedback In SwiftUI Projects
Integrating haptic feedback in SwiftUI projects is a straightforward task that boosts user experience and this post will show you how.
-
Understanding Text Case And Capitalization In SwiftUI
Altering the default text case and input capitalization method for both static and user provided text in SwiftUI is simpler than you think.
-
Dismissing Presented Content in SwiftUI
Providing options to dismiss presented content is a common task when making apps and this post will teach you how to do it right in SwiftUI.