问答详情
源自:5-4 Swift-字典的基础操作

[Int](courses.keys) 这种写法怎么会报错了?Array(courses.keys)是可以的,xcode版本6.3.2 难道是swift 1.2版本这种写法不行了?

cannot find an initializer for type '[(Int)]' that accepts an argument list of type '(LazyForwardCollection<MapCollectionView<Dictionary<String, String>, String>>)'

提问者:BrodyGao 2015-06-20 23:13

个回答

  • 小大熊猫
    2015-08-07 12:05:31

    你的字典key是int吗?我这边两种都可以的,Xcode6.4