I have a ViewController with a CollectionView and I am putting cells in it successfully, but the cells are all really small (maybe 40x40) and I want them to be much larger, around 200x400. I've done searches and I see lots of articles about how to have cells of different sizes in the same controller, is there a simpler way to get the cells to be bigger than the default? All the cells in a collection view will be the same size, just bigger than what is provided.
I've not done much mobile dev before this, so it is possible I just don't know what I need to be looking for either in the UI or terms for web searching.
Thanks for any suggestions, pointers, help, code, or whatever else.