Yeah I pretty much did it the same way as matt's tutorial. Although my cells ended up being taller than the default, so I also had to implement the method in the delegate that asks for the height of each cell. Then just return cell.bounds.height (or whatever it is, I'm at work with no Mac in sight).
|