Create UIs with Views and Modifiers in SwiftUI
How do you create User Interfaces with SwiftUI? In this tutorial, we’ll dive into the fundamental concepts and approaches that make SwiftUI work. We’ll discuss views and modifiers, and create a card view in the process. Here’s what we’ll get into: How SwiftUI’s syntax and composition works What views and modifiers are, and how they work How to work with VStack, HStack, Text, Spacer and Image views Using modifiers like frame(), font(), padding() and shadow() Tips and tricks to[...]