Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 534 Bytes

Day8.md

File metadata and controls

18 lines (12 loc) · 534 Bytes

Day 8 - HackingWithSwift - 100DaysOfSwiftUI Challenge

“The programmer at wit’s end... can often do best by disentangling themself from their code, rearing back, and contemplating their data. Representation is the essence of programming.” - Fred Brooks

Structs - Part I

Today I learnt about:

  • Creating your own structs
  • Computed Properties
  • Property Observers
  • Methods
  • Mutating Methods
  • Properties and methods of strings
  • Properties and methods of arrays

That's all for the Day 8 of 100DaysOfSwiftUI!