How to skip the first cell in a grid (Swift)

How can I skip the first cell in a grid? I want to drag and drop images onto a grid in a Xcode app (using Swift), but I want the first cell to be empty, such that first image will be placed in the second cell.
How to skip the first cell in a grid (Swift)
 
 
Q