func filterecontent(searchText: String)
{
self.filteruser = self.viewdata.filter { Deperture in
let DEPerture = Deperture["Deperture"] as? String
return(DEPerture?.lowercased().contains(searchText.lowercased()))!
tbv.reloadData()
}
}
error messages Value of type 'viewbusdata' has no subscripts
我比較想了解你是否明白這錯誤訊息的意思?
因為你的錯誤訊息跟這一段程式碼,毫無相關。
我實在沒辦法跟你說問題在哪。
我也只能告訴你的錯錯誤訊一樣的意思
就是
Value of type 'viewbusdata' has no subscripts