Read and learn in this post how to create vertical and horizontal grids in SwiftUI, as well as how to combine them for great visual results.
Drop Shadow in SwiftUI
Read about how to drop shadow on any view in SwiftUI, and discover a couple of practical and useful tricks when applying shadows to buttons.
Blur Effect in SwiftUI
Applying blur effect in SwiftUI is a super-easy task, and this post showcases how to do so, as well as how to change blur amount on the fly.
Quick Tip – Detecting Color Scheme in SwiftUI
Light or dark mode? Learn how to detect the current color scheme in SwiftUI and update your interface accordingly when necessary.
TextEditor in SwiftUI
Starting in iOS 14, SwiftUI provides its own text view called TextEditor. Find out how to use it and get around specific peculiarities easily.
Ignoring Safe Area in SwiftUI
It’s quite often necessary to expand views beyond the safe area limits, and this quick post shows how to easily ignore safe area in SwiftUI.
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.
Using Segmented Control in SwiftUI
Implementing a segmented control in SwiftUI is an easy task, and here you will learn how to do so properly, plus you will get a bonus tip.
Rounding Specific Corners In SwiftUI Views
Find out how to make it possible to round specific corners of SwiftUI views by using UIBezierPath and creating a reusable shape.