我想制作一个游戏,我需要一个有6行和6列的方形矩阵。 怎么做?
答案 0 :(得分:1)
以下是Apple的Geek Game Board示例代码的iPhone兼容版本: https://bitbucket.org/snej/geekgameboard/
可在此处找到原始版本(仅限Mac): http://developer.apple.com/library/mac/#samplecode/GeekGameBoard/Introduction/Intro.html
它正在使用Core Animation并为您的问题提供可重用的类。