Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.