radyslavkrechet / PDPCheatsheet

Swift cheatsheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheatsheet

Swift cheatsheet with unique examples that includes:

  • Data types (numbers, strings, tuples)
  • Statements (if, switch)
  • Loops (while, for)
  • Functions
  • Optionals
  • Closures
  • Structures
  • Classes
  • Enumerations
  • Protocols
  • Generics