我是目标 c 的新手。我知道这-init()是一个instance method并返回一个对象,例如myObj=[myObj init];将返回一个对象myObj.
但是,如果self =[super init];通常是super refer to parentclass eg NSObjectwhich is a class, not instance.
所以,Is -init() instance method or class method for super init?
谢谢