You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example I have a EventTableViewCell.swift which has a EventTableViewCell.xib in which we specify the class as EventTableViewCell. But if this class is not used anywhere in the code except the xib it should be reported as unused.
If you can add this feature it would be great. May be you can make it optional by adding a custom tag to the fus find command? Something that would ignore XIBs
The text was updated successfully, but these errors were encountered:
For example I have a
EventTableViewCell.swift
which has aEventTableViewCell.xib
in which we specify the class as EventTableViewCell. But if this class is not used anywhere in the code except the xib it should be reported as unused.If you can add this feature it would be great. May be you can make it optional by adding a custom tag to the
fus find
command? Something that would ignore XIBsThe text was updated successfully, but these errors were encountered: