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

后端 未结 7 969
天命终不由人
天命终不由人 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:24

    We've been using some homegrown Ruby code, now extracted into a gem called fui: https://github.com/dblock/fui

提交回复
热议问题