How would you construct and interact with a grid like a Sudoku board?

Posted by JWD on Stack Overflow See other posts from Stack Overflow or by JWD
Published on 2008-11-20T16:16:26Z Indexed on 2010/05/23 5:20 UTC
Read the original article Hit count: 282

What do you think is the best way to implement an interactive grid similar to a Sudoku board for a native iPhone application? I did not see an object to fill this need in the SDK.

Should I make a custom control for an individual cell, then initialize as many of them as I need in a grid form?

Sudoku grid

Any and all comments are welcome. Thanks!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c