Inspectopedia Help

Unused code

Unused Class   New in this release

Reports Objective-C classes and protocols that are never used.

Unused Instance Variable   New in this release

Reports the instance variables that are never accessed or written.

Unused Method   New in this release

Reports the methods that are never called, for example, in send message expressions, @selector expressions, and other places like XIB files.

Unused Property   New in this release

Reports the properties that are never accessed or written, neither in qualified expressions nor in accessor method calls.

Last modified: 11 September 2024