摘要: 最近将代码转换成ARC内存管理方式,用Edit菜单中的Refactor可以完成自动转换,还是非常方便,但马上编译后会给出警告。assigning retained object to unsafe property, object will be released after assignment.错误出现在对window和navController上。@interfaceMyViewerAppDelegate : UIResponder <UIApplicationDelegate>@property ( nonatomic) UIWindow *window;//主窗口上要出现 阅读全文
posted @ 2012-06-20 15:27 申龙斌的程序人生 阅读(2165) 评论(4) 推荐(0)