lyft / xiblint

A tool for linting storyboard and xib files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: single view XIB

viktorasl opened this issue · comments

When developing I usually follow the pattern to have only a single view in XIB & it's class is the same as XIB name as well.

Moreover if XIB contains table view cell then it's reuse identifier matches class name.

I'd be more than happy to implement those if they're welcomed.

Sounds reasonable. If it's a useful rule for you, I think that's a good enough reason to fork and implement. That's exactly what we initially did :)