MSGridView – A grid of grids UITableView equivalent

I had a project recently where I needed to create a horizontally scrolling paged grid of grids. The app started as a single 3 x 3 grid so I did the obvious and created a UIView with sub views. This evolved into each subview being a UIButton subclass that took a number...