ios - 在swift中调用indexPath.row错误
伊谢尔伦
伊谢尔伦 2017-04-18 09:47:15
0
1
390

错误信息为:instance member 'row' cannot be used on type 'IndexPath'

    var node:Node = tempData?.object(at: IndexPath.row)
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
洪涛

Start with capital IndexPath 是一个类型,并不是一个实例对象。 看起来你是想 indexPath.row

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template