我有這樣的力量投:如何糾正避免這種力量投
let cell = tableView.dequeueReusableCell(withIdentifier: "TownTableViewCell",
for: indexPath) as! TownTableViewCell
,並試圖通過典型的方法來避免這種情況:
if let cell = tableView.dequeueReusableCell(withIdentifier: "TownTableViewCell",
for: indexPath){
}
但其不正確的,我應該如何解決這個問題?