Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 990 Bytes

File metadata and controls

33 lines (20 loc) · 990 Bytes

Project 12 - HackingWithSwift - 100DaysOfSwift Challenge

Project 12 - Day One - Day 48 of 100DaysOfSwift

Most of the time spent wrestling with technologies that don't quite work yet is just not worth the effort for end users, however much fun it is for nerds like us. - Douglas Adams

Today I did (User Defaults, NSCoding):

  • Setting up the project in Xcode
  • Reading and writing basics using User Defaults
  • Using NSCoding to save images in Project 10

Project 12 - Day Two - Day 49 of 100DaysOfSwift

Fools ignore complexity; pragmatists suffer it; some can avoid it; geniuses remove it. - Alan Perlis

Today I did (Codable):

  • Fixing Project 10 using Codable Protocol

Today I completed the challenges:

  • Modifying Project 1 - To save and monitor pictures view count
  • Modifying Project 2 - To show the new high score
  • Modifying Project 5 - Saving the current words and title

Project 12 - Summary

I learnt about:

  • NSCoding
  • Codable Protocol
  • UserDefaults