Is anyone else having an issue using the tableView.registerClass method with Swift?
tableView.registerClass
It no longer comes in code completion for me (nor can I use it if manual
Swift has once again renamed it to
tableView.register(UITableViewCell.self, forCellReuseIdentifier:"DefaultCell")
Really don't understand why they bothered so much about this particular naming