- Develop a universal iOS app with no status bar with the name “Button Fun”.
- Fill the screen with 40 px x 40 px random colored squares laid out in a grid.
- When the user presses a square, change the color of the square to a new one.
- Handle all device orientations
- Make the code as reusable as possible.
- Bonus points, try not to use UIButtons
- Clone this repository to your local machine.
- Commit your changes to a new branch.
- Push that branch back to Github.
- When complete, create a pull request with the head branch as your new branch and the base branch as master.