如果使用括号,编译器会解释您正在尝试调用函数。您应该使用括号访问数组的元素,例如:
cell.textLabel?.text = currentConvertion.availableUnits[indexPath.row]