Compiler warning "not found in protocol(s)" when using [[[UIApplication sharedApplication] delegate]
- by DK Crame
I have myClass instantiated by my appDelegate, I have another class, newClass instantiated by myClass. From the newClass instance, I want to access a property in the myClass instance that created it. I have done this by:
[[[UIApplication sharedApplication].delegate myClass] property]
This works, I can actually get the property but I get this…