How to detect unused methods and #import in Objective-C

后端 未结 7 972
天命终不由人
天命终不由人 2020-12-07 12:38

After working a long time on an iPhone app, I realized that my code is quite dirty, containing several #import and methods that are not called or useful at all.

I wo

相关标签:
7条回答
  • 2020-12-07 13:43

    Appcode has a code inspection feature which finds unused imports and code.

    0 讨论(0)
提交回复
热议问题