woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False Positive - Table View Cells

Sherlouk opened this issue · comments

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.

commented

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

commented

fixed