Hi everybody
I'm trying to create a View that partitions the entire iPhone surface into a grid of squares, where each square can be touched to generate an event. Basically I want it to look like the Minesweeper board (no i'm not writing minesweeper or anything like it).
I'm new to this framework so I'm not sure on the correct approach to take. I basically want to make a bunch of UIButtons, but I need to do it programatically (not by laying down a bunch using Interface Builder). Further, I dont want the look of a UIButton, I just want a plain square that can send a message when touched.
Thank you for any help.
I'm trying to create a View that partitions the entire iPhone surface into a grid of squares, where each square can be touched to generate an event. Basically I want it to look like the Minesweeper board (no i'm not writing minesweeper or anything like it).
I'm new to this framework so I'm not sure on the correct approach to take. I basically want to make a bunch of UIButtons, but I need to do it programatically (not by laying down a bunch using Interface Builder). Further, I dont want the look of a UIButton, I just want a plain square that can send a message when touched.
Thank you for any help.