Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gunjanmimo/swift-coding
Learn iOS Development step by step by making projects
https://github.com/gunjanmimo/swift-coding
api apple ios swift swiftui
Last synced: 14 days ago
JSON representation
Learn iOS Development step by step by making projects
- Host: GitHub
- URL: https://github.com/gunjanmimo/swift-coding
- Owner: gunjanmimo
- License: mit
- Created: 2020-09-01T15:42:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T07:54:38.000Z (over 4 years ago)
- Last Synced: 2024-11-08T14:53:22.508Z (2 months ago)
- Topics: api, apple, ios, swift, swiftui
- Language: Swift
- Homepage:
- Size: 33.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Swift Coding
Swift is a high-performance system programming language. It has a clean and modern syntax, offers seamless access to existing C and Objective-C code and frameworks, and is memory safe by default.
Although inspired by Objective-C and many other languages, Swift is not itself a C-derived language. As a complete and independent language, Swift packages core features like flow control, data structures, and functions, with high-level constructs like objects, protocols, closures, and generics. Swift embraces modules, eliminating the need for headers and the code duplication they entail.