Cell from Xib with Swift 3
问题 I already read and saw some videos about this subject but i can't get this to work. Im trying to a cell from a xib instead of the storyboard. This is my ViewController (where i have the Table View). import UIKit class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { @IBOutlet var tableView: UITableView! override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } override func didReceiveMemoryWarning