selectorsunref
selectorsunref copied to clipboard
iOS代码瘦身:未使用的方法
Results
3
selectorsunref issues
Sort by
recently updated
recently updated
newest added
执行的过程中报这个错,不知道是什么原因导致的
扫描结果能不能过滤掉三方库的接口呢
1、xib拖线出来的按钮事件,被认定为无用方法,其实xib中有连线,有用的。 2、系统或生命周期之类的方法,的确没调用,但是是有用的。 3、.a里的方法,无法删除。