Jan 16 2009
∞
A full week of Cocoa/iPhone development
EXC_BAD_ACCESSmeans that some data was garbage-collected or lost in someway before it was access. Check to make sure it was explicitly retained. Setting an instance variable doesn’t seem to retain it, but using a setter does. This was helpful.- When you’re loading a view from a nib, don’t change any UI elements until
viewDidLoad