-8
downloaed json data is in the format of dictionary and within that dictiionary i need data. so someone please help me to resolve this error(Type any? has no members)類型的任何具有SWIFT 3
let dict = booksArray[indexPath.row]
title.text = dict["im:name"]!["label"] as? String
descLabel.text = dict["im:releaseDate"]!["attributes"]!!["label"] as? String
請詳細說明,更多的努力。這樣我們可以更好地幫助你 –
con你顯示你的數據? –
你有沒有在發帖前嘗試搜索它,有關於這個問題的很多帖子,請查看http://stackoverflow.com/search?q=%5Bswift3%5D+Type+any+has+no+subscript+members –