“数组类型名称不明确,索引为''” Swift

时间:2018-09-11 05:17:31

标签: arrays swift

enter image description here

这是我的代码:

func didMarkAsFavoriteContact(_ contact: Contact) {
    var outerIndex: Array.Index? = nil
}

1 个答案:

答案 0 :(得分:1)

不清楚要做什么,但是如果您只想初始化可用作索引的内容,则可以执行以下操作:

var outerIndex: Int? = nil