Usually, when I subclass a UI class, I will call an interesting superclass initializer. However, I'm not sure about the details of the NSObject implementation, and it seems that there is not much going on in terms of member classes, so I wonder if I need to call [super init] if my subclass extends NSObject
inheritance ios objective-c superclass nsobject
tacos_tacos_tacos
source share