码迷,mamicode.com
首页 > 编程语言 > 详细

Swift 错误 - 错误集

时间:2014-12-24 11:26:55      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

一、Could not find an overload for “init” that accepts the supplied arguments 

错误信息:

技术分享

解决方案:

let imageStatesImage: Array<UIImage> = [UIImage(named: "x")!, UIImage(named: "o")!]
后面加 ! 就好 

Swift 错误 - 错误集

标签:

原文地址:http://www.cnblogs.com/ziyeSky/p/4181840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!