I\'m part of a team developing a fairly large iPad app and there are many different classes we\'ve created as a result. The trouble is some of the methods are now pretty mu
Use the deprecated attribute:
deprecated
- (int)bar: (int)x __attribute__((deprecated));