摘要:
http://www.cnblogs.com/crazyflyingsnow/archive/2011/08/03/2126381.html当你在iphone程序编程过程中,遇到"modifying layer that is being finalized",你要怎么办呢?一般来说这个问题都是由于重复释放一个UIView导致的。例如:UIView *view = [[UIView alloc] init] autorelease];[THE_SUPER_VIEW addSubview:view];[view release]这个时候,当程序运行到[view release 阅读全文
posted @ 2012-03-05 10:10 星尘的天空 阅读(139) 评论(0) 推荐(0) 编辑