(A work in progress) GitHub basic writing and formatting syntax
-
The Complete SwiftUI Documentation You've Been Waiting For {On Medium.com}
- Path.swift by Razeware, LLC.
- For easily getting directory paths on iOS devices.
-
- Great side menu control
- From parent to direct child -> use an initializer
- From parent to distant child -> use
@Environment
- From child to direct parent -> use
@Binding
and callbacks - From child to distant parent -> use
PreferenceKey
- Between children -> lift the state up