Skip to content

Commit

Permalink
chore: Remove unused Swift files and update project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yostane committed Jun 27, 2024
1 parent de0b9bb commit 432e4d9
Show file tree
Hide file tree
Showing 45 changed files with 16 additions and 173 deletions.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions docs/src/ui-development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ Let's do more SwiftUI.
- `@EnvironmentObject`: Allows to globally share data between views. An `@EnvironmentObject` conforms to the `ObservableObject` protocol and its properties have the `@Published` property wrapper.
- `@ObservedObject`: Allows to observe changes in an object that conforms to the `ObservableObject` protocol.

You can check samples in the _samples_ folder of the [training repository](https://github.com/worldline/ios-training)

## PW: complete some official SwiftUI tutorials

Apple provides a comprehensive [SwiftUI tutorial](https://developer.apple.com/tutorials/swiftui) that covers most of the basic use cases such as creating views and handling inputs, animations and transitions.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit 432e4d9

Please sign in to comment.