tableview实例方法cellforrowatindexpath总是返回nil

时间:2015-06-05 11:33:51

标签: ios uitableview swift

表视图实例方法总是返回nil,即使tableview中存在对于给定索引路径

的行
if let cell:AddExaminationNotesCell = tableView.cellForRowAtIndexPath(NSIndexPath(forRow: 0, inSection: 1)) as? AddExaminationNotesCell{
    examinationNote = cell.examinationField.text
}

0 个答案:

没有答案