We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: