Swift
Welcome!
Most of this is sourced from https://www.hackingwithswift.com/100/swiftui
Topics
Notes mentioning this note
SwiftUI Form
Main Idea Forms are scrolling lists of static controls like text and images, but can also include user interactive controls...
Swift Complex Data Types
Main Idea
A complex data type holds multiple value at a time, grouping data together
Swift Protocols
Main Idea Protocols let us create blueprints of how our types share functionality, then use those blueprints in our functions...
Swift Unique Types
Main Idea
A complex data type holds multiple value at a time, grouping data together
Create multiple windows in VisionOS
We will be creating multiple windows in VisionOS using the WindowGroup scene. WindowGroup allows you to present a group of...