The single responsibility principle in action
Making MVC Less Massive and More Reusable
Implementing a reusable programmatic UICollectionView

In this tutorial, we’ll implement MVC in a way that you may not be familiar with. We’ll create a reusable UICollectionView
that’s implemented by its parent UIView
and delegates item selection events to a…