remove useless cell registration

This commit is contained in:
Max Sokolov 2016-09-15 01:08:52 +03:00
parent 29202d4405
commit eebaaf5268
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ class MainController: UIViewController {
break
}
}
tableView.registerClass(ConfigurableTableViewCell.self, forCellReuseIdentifier: "ConfigurableTableViewCell")
let rows: [Row] = [
TableRow<String, ConfigurableTableViewCell>(item: "Autolayout cells", actions: [clickAction]),