标签: ios uitableview swift
表视图实例方法总是返回nil,即使tableview中存在对于给定索引路径
if let cell:AddExaminationNotesCell = tableView.cellForRowAtIndexPath(NSIndexPath(forRow: 0, inSection: 1)) as? AddExaminationNotesCell{ examinationNote = cell.examinationField.text }