Skip to content
New issue

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

Convenient extension for registering cells #17

Open
nikGayko opened this issue Jun 12, 2020 · 0 comments
Open

Convenient extension for registering cells #17

nikGayko opened this issue Jun 12, 2020 · 0 comments
Assignees
Labels
ios iOS related issues

Comments

@nikGayko
Copy link
Collaborator

Instead of
tableView.register(TaskTableViewCell.self, forCellReuseIdentifier: TaskTableViewCell.reuseIdentifier)
Write extension to register cells like
tableView.register(TaskTableViewCell.self)

@igor-mikheiko igor-mikheiko added the ios iOS related issues label Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ios iOS related issues
Projects
None yet
Development

No branches or pull requests

3 participants