我正在跟随一个带有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