Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 669 Bytes

Skills

A simple iOS app for tracking skills required in iOS / Swift dev.

Skill levels are based on:

  • Dwarf Fortress skills - seriously ;)
  • Wikipedia article on Skills
  • this image of a hierarchy of skills, similar to Maslow's hierarchy of needs:

Hierarchy of Skills by Kokcharov CC BY-SA 4.0

Classes used:

  • UITabBarController
  • UINavigationController
  • UITableViewController
  • JSONDecoder

Knowledge used:

  • instantiate view controllers on demand from storyboard
  • pushing view controllers to UINavigationController
  • recursion

Lessons learned:

  • wow! there's a LOT to learn to become a developer ;)