Posted by banane on August 18th, 2010 — in iphone dev
I’m working on a game that has a game board, that is relatively small array of 4-array objects; a “poor-man’s matrix”. This array, which changes, persists throughout the game view controller, so it’s a property, with the retain attribute. I got the game functional, but recognized a lot of memory leaks when setting up the [...]
Pull up pant leg, check lights, and generally warm up while biking on flat blocks near Powell, Mason, Chestnut, Francisco, untitil you need to go by the Post Office relay station, eying the 45 on the way to the MUNI depot. Merge quickly onto Bay St., battle Marina girls driving their Audis to the Bay [...]
Posted by banane on August 9th, 2010 — in iphone dev
I recently battled with this feature: to create a toggling checkmark on a UITableViewCell, between two different cells. Here is the solution, in brief. The tableview loads from an array that contains arrays- each array is a section. The one in question contains two values – the option values, @”A” and @”B”. We’ll call it [...]