In Cocoa (or maybe GUI development in general) how do you specify an arbitrary number of things tile

Posted by RankWeis on Stack Overflow See other posts from Stack Overflow or by RankWeis
Published on 2010-05-12T22:49:18Z Indexed on 2010/05/12 22:54 UTC
Read the original article Hit count: 106

Filed under:
|
|

I'm new to creating GUI's, everything I've done up until this point is using the command line.

I'm trying to create a port of minesweeper to the macintosh, as an experiment, and I've got the CLI working, but I'm running into walls everywhere with the gui. The first thing it seems I have to do, however, is be able to tile n x m 'boxes' for grid - and I'm not sure how to do that. The information is ready to be handed to it, but I don't know where to do it, or how.

Also, if anyone has any recommendations for sites/Cocoa development books, feel free to drop them in here...

Thanks!

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about gui