iT邦幫忙

0

我的app 里 search bar 无法使用

  • 分享至 

  • xImage
   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

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

0

我比較想了解你是否明白這錯誤訊息的意思?

因為你的錯誤訊息跟這一段程式碼,毫無相關。
我實在沒辦法跟你說問題在哪。
我也只能告訴你的錯錯誤訊一樣的意思
就是
Value of type 'viewbusdata' has no subscripts

我要發表回答

立即登入回答