For iPhone developemnt, I have a CALayer with some image contents, when a button pushs, I want to remove the contens from the layer, and use this code:
[m_aCellLayer setContents:nil]
but I get EXC_BAD_ACCESS exception when running to line above, any Idea? Thanks