R.swift icon indicating copy to clipboard operation
R.swift copied to clipboard

Register all table view cell types at once

Open tomlokhorst opened this issue 6 years ago • 0 comments

Is there a performance / other problem with registering every nib there is, with a UITableView?

If not, R.swift can provide a function to register every single nib, so users don't have to remember which types to register. Something like:

tableView.register(R.nib)

(Same for collection views)

tomlokhorst avatar Sep 25 '17 07:09 tomlokhorst