Cloning for dummies

Many moons ago (2003) I did a PGCE in secondary science, most of which seemed to be teaching sex education every other week. There were many lows and a few highs, one of which was a particular lesson that I did based on my degree (biochemistry). More recently I...

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...