Quote:
Originally Posted by ng93
hi i tried this but couldn't get it to work, so i declared MapCell as a uiimageview in my viewcontroller.h file but now it says cells is undeclared. could you explain what MapCell is please
cheers
ng93
|
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!