Give warning when [super method] is not called

后端 未结 3 1983
一整个雨季
一整个雨季 2020-11-30 23:29

When not using ARC, you get a warning when not calling [super dealloc] in your dealloc method.

I\'m trying to implement something similar with a class that gets subc

3条回答
提交回复
热议问题