xcode 7 图像数组分配

xcode 7 image array allocation

如何在 swift 2 或 Xcode 7.3 中将多个图像放入空图像数组?

我不断弹出以下错误:

cannot assign a value of type 'UIImage?' to type '[UIImage]'

这样试试:

imageArray = [UIImage(named: "1"), UIImage(named: "2")]