Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 649 Bytes

swift-basics

https://docs.swift.org/swift-book/

Swift is a powerful and intuitive programming language for iOS, iPadOS, macOS, tvOS, and watchOS. Writing Swift code is interactive and fun, the syntax is concise yet expressive, and Swift includes modern features developers love. Swift code is safe by design and produces software that runs lightning-fast.

Main Goal: Learn how the programming language works to develop scalable native apple apps and use XCTest for Testing.

  • Variables
  • Data Types
  • Arrays
  • Dictionaries
  • Loops: For, While, Repeat
  • Optionals
  • Objects

To run this project you need MacOs and install the latest XCode IDE.