在模拟器中运行我的Xcode项目时,我的UIViewController(不是UITableViewController)中的UITableView是黑色的。这是我的模拟器的图片:我的cellForRowAtIndexPath方法的代码:functableView(tableView:UITableView,cellForRowAtIndexPathindexPath:NSIndexPath)->UITableViewCell{letcellIdentifier="Cell"letcell=tableView.dequeueReusableCellWithIdentifier(cell