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.
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.