woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

False Positive - Table View Cells #11

Closed Sherlouk closed 4 years ago

Sherlouk commented 4 years ago

We have a UITableViewCell class with a corresponding XIB. We register it to the UITableView using tableView.register(nib, reuseIdentifier) and dequeue it as per standard implementation.

As the cell class is not directly referenced, a warning is incorrectly raised.

woshiccm commented 4 years ago

The same is because there is not enough support for xib and storyboard, it will be resolved as soon as possible, thank you for your feedback

woshiccm commented 4 years ago

fixed