Swift / SwiftUI — Map of Content
Notes on Swift language fundamentals + SwiftUI app-building, from the original Notion “Swift IOS” hub.
Language fundamentals
- Swift-Basics — constants, variables, annotations, ranges, printing, operators
- Swift-Functions — definitions, return types, labels, signatures
- Swift-Structures —
struct, instances, theIdentifiableprotocol
SwiftUI app-building
- SwiftUI-Layout — ZStack / VStack / HStack, Spacer, List
- SwiftUI-Styling — modifiers, Color, Image, Text, .background
- SwiftUI-Components — Button (text-action and action-label variants), type conversion
Tooling
- Swift-Xcode-and-SF-Symbols — Refactor → Rename, SF Symbols usage