I have array of objects, each contain image, other data and logic. Also I have view on that these objects must be represented by drawing their images. Certainly i have viewController. So, who must draw the images, view in DrawRect method, other suggestion?
These objects is the array of game entities. Yet one question. Do i need to create GameController which will manage these objects? May be any articles about it?
These objects is the array of game entities. Yet one question. Do i need to create GameController which will manage these objects? May be any articles about it?