Friday, September 28, 2012

How can you suppress compilers warning "can't find an implementation of accessor methods"


How can you suppress compilers warning "can't find an implementation of accessor methods"

#:fromDocumentation
You use the @dynamic statement to tell the compiler to suppress a warning if it can’t find an implementation of accessor methods specified by an @property declaration.
@implementation MyClass

@dynamic title;

@end

No comments:

Post a Comment