iOS Design Patterns
- A design pattern is a common solution to a software problem
- They are helpful for speeding up problem solving, ensuring that a developer doesn’t have to re-invent the wheel for every situation
- They also give developers a common vocabulary with which to get across…