I am using UIview for drawing, i draw objects like circle, elipse, square, line and freeform(user can select anyone among these). I create UIImageView in UIview and i draw these on UIImageView based on touch events. I want to implement Uno/Redo please help me . I am new to IOS development.
My idea is to capture and store UIImageView state after draw in some array(NSarray or NSmutablearray? i dont know)as a image so that previous image can be set to UIImageView on undo operation. Is this correct approach?