How do I put multiple images in an empty image array in swift 2 or Xcode 7.3?
The following error keeps popping up for me:
cannot assign a value of type 'UIImage?' to type '[UIImage]'
How do I put multiple images in an empty image array in swift 2 or Xcode 7.3?
The following error keeps popping up for me:
cannot assign a value of type 'UIImage?' to type '[UIImage]'

Try like this: