alchemy-2024
Swift Learning
1. Installation
resource - https://developer.apple.com/swift/resources/
- Xcode –> https://apps.apple.com/ca/app/xcode/id497799835?mt=12
or
- Devloper container
- try out the VS Code Remote - Containers extension
- If this is your first time using a development container, please follow the getting started steps.
- create the .devcontainer folder and add the devcontainer.json
- find the latest swift Docker Image
- Press F1 and select the
Dev Containers: Open Folder in Container...
command.
- Select the cloned copy of this Repo, wait for the container to start, and try things out!
2. Learning
Look Inside directory for each day to learn swift
- Day 1 –> First sample swift program
- Day 2 –> Variables and datatype
- Day 3 –> Swift Operators, Typecasting
- Day 4 –> Conditions, logical & ternary operators
- Day 5 –> Switch , Arrays
- Day 6 –> Dictionary
- Day 7 –> Various loops
- Day 8 –> Swift Functions