对成员

时间:2016-11-01 16:20:08

标签: variables swift3

我正在跟随一个带有firebase的Youtube教程,我确切地知道这个人有什么,但它对我不起作用。我收到此错误“对成员'计数'的模糊引用”

以下是代码:

//declaration of variable
var stuffs = [AnyObject]()

//code in cell for row at index path function
//where i get the error
let stuff = stuffs[(self.stuffs.count - 1) - indexPath.row].value["text"] as! String

0 个答案:

没有答案
相关问题