Closed colasbd closed 9 years ago
You don’t need to according to the docs because the runtime already send the message to the superclass:
The runtime sends the initialize message to classes in a thread-safe manner. Superclasses receive this message before their subclasses.
Apple used to explicitly say to not call super, now they say the super class may be called multiple times.
+1
Hi @codecaffeine. This pod has inspired a pod (not pushed yet). https://github.com/colasjojo/CBDActionBlocker
Why don't you call
[super initialize]
ininitialize
?