如何从同一对象中的静态方法调用非静态方法?
在静态方法内部:如果我使用[ClassName nonStaticMethod] Or如果我使用[self nonStaticMethod] 我得到警告:未找到类方法'+ isTrancparentImageWithUrl:'(返回类型默认为'id')
[ClassName nonStaticMethod]
[self nonStaticMethod]
iphone static objective-c
iphone ×1
objective-c ×1
static ×1