How to write [UITableViewCell class] in Swift?
In Swift, I tried using UITableViewCell.class(), but it's crossed out. I'm wondering what is the equivalent method to use. I'm trying to invoke the self.tableView.registerClass(UITableViewCell.class(), forCellReuseIdentifier: defaultCellIdentifier) method in the first place.
Add a comment
|