Considering I haven’t made a post on here in forever, I figured I’d start to post up some sample code. In my opinion, you should always subclass UITableViewCell’s when working with large amounts of data. The full cell will draw at one time, causing faster load times! Anyways, here’s the code, it should be pretty simple to understand; all you need to do is change the colouring, maybe some positioning if you like your cells larger.
As for use of this code in your project, just give me credit somewhere, and it’s fine.