Hello Claude31:I get a crash on line 5 of this code when I move viewForTableColumn outside configureCell:func tableView(_ tableView: NSTableView, viewFor tableColumn: NSTableColumn?, row: Int) -> NSView?{ let cell = tableView.makeView(withIdentifier: (tableColumn!.identifier), owner: self) as? NSTableCellView let column = tableView.tableColumns.firstIndex(of: tableColumn!)! configureCell(cell: cell!, row: row, column: column) return cell }Crash log: unexpectedly found nil when implicitly unwrapping ...
Topic:
Programming Languages
SubTopic:
Swift
Tags: