In part one of our series on SwiftUI, we began by making a simple profile page using SwiftUI. We got as far as:
Displaying our picture and name using Views Setting them in a VStack Apply Modifiers to have our UI follow basic design style guidelinesIn this tutorial, we’ll take it a step further. We’ll learn how we can continue to modify Views, including using other Views as modification parameters. We’ll also explore how we can create our own custom Views, which will help keep our UI code clean, readable, and reusable!
Continue reading “SwiftUI: Creating Custom Views and Manipulating Others”