Archive for the ‘Objective-C’ Category

Custom button in UITableViewCell - indexPath

Tuesday, December 9th, 2008

Hi all

I am currently working on iPhone app number two when I came across a problem that it has taken me a while to sort out.  I wanted to place a button inside each UITableCell I am displaying.  I then wanted to call a method when the user pressed that button which would perform some action on the information related to the contents of that cell.

(more…)

Programming the iPhone

Saturday, July 5th, 2008

I don’t write software at work anymore, although I used to be a developer years back, but I still enjoy writing software at home for my own uses.  My main area of interest at the moment is Java and writing 2D games in it.  I’ve got a couple of projects on the go which I will post about later.

As I mentioned in an earlier post, I’m looking forward to the iPhone 3G coming out, and also being able to write native apps in it. I downloaded the iPhone SDK a month back and have been playing with it a little since.

(more…)