I'm developing an ipad application about 2d drawing. I need a UIView.frame size of 4000x4000. But if I set a frame with size 4000x4000 the application crash since i get memory warning.
Right night I'm using 1600*1000 frame size and the user can add new object (rectangle) on frame. User can also translate fram along x and y axis using pan gesture in order to see or add new object.
Have you got some suggestion? how can I tackle this problem?
thanks