Quote:
Originally Posted by kierster
MapCell could be a subclass of a UIView or a UIImageView.
and cells[] has to be declared before you can use it,
MapCell IS NOT a thing made by apple its just an example name for a UIView subclass I made up, it can be whatever you need to use for your project. If UIImageView works for you, use it!
|
Could someone help please.
After creating the grid,
How would you add an image into each cell block using the touch screen on each cell.
In other words, if i touch cell[1][3] then cell[2][1], how can i add an image into it.