Saving the current state of a UIButton once app quite?
Sorry, typo in subject, should read app quits not app quite!
Hi all,
I'm new to iOS programming so please bear with me if my terminology isn't quite right. I've become completely addicted to development and keep telling myself that I must go to bed before 3AM!
I have created a custom table cell and within this cell is a UILabel and UIButton. I also have an NSMutableArray that stores information in the table and saves fine once the application quits and appears again upon reopening the application. Here's my problem: I have created 2 images for my button, one is an unchecked checkbox and the other is a checked checkbox. All I am hoping to do is save the current state of the button once the application quits. The other problem I am having is that the buttons return to their original state after the table reloads in one of my methods.
Can anyone advise how I would go about saving the button states...thanks very much.
Last edited by ChrisYates; 09-19-2010 at 07:08 AM.
|