An open API service indexing awesome lists of open source software.

https://github.com/halilozel1903/swifttutorial2022

It's a repo where you can learn Swift from beginner to the highest level. 🧑đŸģ‍đŸ’ģ
https://github.com/halilozel1903/swifttutorial2022

ios-app ios-app-development ios-application ios-demo ios-developer ios-development ios-swift ios-tutorial ios-tutorials swift swift-example swift-examples swift-learning swift-tutorial swift-tutorials swift5

Last synced: about 1 month ago
JSON representation

It's a repo where you can learn Swift from beginner to the highest level. 🧑đŸģ‍đŸ’ģ

Awesome Lists containing this project

README

          

# Swift 🕊 Tutorial đŸ’ģ & 2ī¸âƒŖ 0ī¸âƒŖ 2ī¸âƒŖ 3ī¸âƒŖ

![Screenshot](https://miro.medium.com/max/1400/1*4IWsNF0FGF9zhMuipgN5Tw.jpeg)

Swift is a powerful and intuitive programming language developed by Apple for building applications for `iOS`, `iPadOS`, `macOS`, `watchOS`, `tvOS`, and Linux. It's a general-purpose language that can also be used for server-side development and networking applications. Swift is known for its concise syntax, modern features, and safety-oriented design.

## The Goal of the Project â„šī¸

Starting with the most basic topics related to `Swift 5.9.1`, learning advanced topics both by myself and creating an interactive project by sharing the information I learned with you. We will learn new structures every day and improve ourselves in `Swift`.

## Content of the Project 👀
It is a project that contains various information and examples about the basics of programming with `Swift 5.9.1`. You will find interesting and beautiful information from each other.

## Lessons đŸŽŦ - To Be Continued 👀

1. [Hello World](https://github.com/halilozel1903/SwiftTutorial2022/blob/main/%2301-HelloWorld.playground/Contents.swift)
2. [Variables&Constants](https://github.com/halilozel1903/SwiftTutorial2022/blob/main/%2302-Variables%26Constants.playground/Contents.swift)

## Resources 📚

- https://docs.swift.org/swift-book/
- https://www.udemy.com/course/ios-gelistirme-kursu
- https://www.programiz.com/swift-programming

## License â„šī¸
```
MIT License

Copyright (c) 2025 Halil OZEL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```