Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
update week 4 syllabus
Browse files Browse the repository at this point in the history
  • Loading branch information
fyy26 committed Feb 8, 2024
1 parent 417cb8f commit ea48418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/pages/syllabus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ activeMenuItem: syllabus
- **Sidebar:** Debugging tools in Xcode: breakpoints, console, and debugging commands.

### Week 4: SwiftUI State Management
- View hierarchy in SwiftUI.
- Data passing and state management in views.
- State management in SwiftUI: @State, @Binding, @ObservedObject, @EnvironmentObject.
- Property wrappers in SwiftUI: @State, @Binding, @ObservedObject, @StateObject, @EnvironmentObject.
- Building forms and handling user input: Button, TextField, .onChange.
- Basic animations and transitions in SwiftUI.

Expand Down

0 comments on commit ea48418

Please sign in to comment.