Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.26 KB


#Swift Jumpstart 🎓

These files contain the code snippets necessary for those who want to taste what Swift really is :bowtie: ###Topics covered:

  • Kicker Syntax
  • Basic and Advanced Operators
  • Dictionaries and Tuples
  • Program Flow and Conditionals
  • Optionals and unwrapping methods
  • Functions
  • Enumerations
  • Closures
  • Classes
  • Computed Properties
  • Property Observers
  • Type Level Instances
  • Lazy vars
  • Structures
  • Any and AnyObjects
  • Downcasting
  • Type Checking
  • The glory of Nil Coalescing Operator
  • Protocols
  • Optional Functions and @objc attribute
  • Generics
  • Extensions

Comments are added where necessary. The work is still in progress 😊

📢 Sample apps would be added soon 📢


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.