Hi everyone,
I have a couple of questions, first:
I've dropped a Label onto my Collection View Cell but the label is not rendered in the app, nor any other control I drop onto the Cell, what am I doing wrong?
UPDATE: Apparently changing the Layout -> UIView values offset the content view, meaning the controls were drawn but getting clipped.
Secondly, I can't seem to find any way of changing the Cell Size using the designer, no matter what values I change the Cells are always 50x50, what am I doing wrong?
UPDATE: Going to check up on UICollectionViewFlowLayout...