Hi,
i have a UIImageView
of 1024x768 (the room of my game) and other various UIIMageView
on it (the object of my game).
The iPhone screen is smaller than the room (UIImageView
1024x768) .. i want to understand if the iPhone's system automatically intercepts the graphic elements outside the visible area of Room (the player's view) and unload temporarily (for memory optimization) or i must do this by hand??
thanks