Hi there, For an application that I am developing I need to create a grid of squares. The only relevant property they should have is the ability to change to any color (RGB).
1) What kind of object should I use? Custom? 2) Am I overlooking something? Should I, for instance, be using Core Animation?
Thanks in advance.