Draw a 3x3 grid in Cocoa-Touch
I plan on making a main menu for my a开发者_如何学Pythonpplication which contains 9 square boxes in a 3x3 grid fashion.
I would really appreciate it if you could give me some ideas on how to create this and if applicable some tutorials/source code on how to create this effect.
I recommend AQGridView. See the examples, that are included.
Facebook three20 framework offers a great TTLauncherView
that mimics the apple springboard:
精彩评论