I have just begun programming Swift, and am a novice, so please bear with me.
I would like a basic understanding of how to do the following:
- Create a two dimensional array where each cell represents an individual
- Represent that array graphically so that every pixel represents the person in that cell and the pixel would be pink if the person is female and blue if the person is male
Thank you in advance for any and all help!