我在我的 h 文件中创建了多个实例
IBOutlet UIImageView *imageView; IBOutlet UIImageView *subImageView;
IBOutlet UIImageView *arrowRight;
IBOutlet UIImageView *arrowLeft;
IBOutlet UIImageView *arrowDown;
我的项目处于 ARC 模式
我必须在 dealloc () 方法中将它们设置为 nil 才能释放它们吗?
谢谢