From Design pattern
Jump to: navigation, search
(Undo and redo)
Line 1: Line 1:
 
Undo and redo는 마지막 작업을 실행 취소하거나 다시 실행하는 패턴이다.
 
Undo and redo는 마지막 작업을 실행 취소하거나 다시 실행하는 패턴이다.
 +
 +
=== With this pattern, we can solve... ===
 +
 +
=== Example ===
 +
<!--[[File:Platte.jpeg]]-->
 +
 
----
 
----
 +
 
=== iOS_Tayasui Sketches ===
 
=== iOS_Tayasui Sketches ===
 
{{#Widget:Vimeo|id=96657662|width=665|height=374}}
 
{{#Widget:Vimeo|id=96657662|width=665|height=374}}
Line 6: Line 13:
 
=== iOS_Paper by FiftyThree ===
 
=== iOS_Paper by FiftyThree ===
 
{{#Widget:Vimeo|id=96657553|width=665|height=374}}
 
{{#Widget:Vimeo|id=96657553|width=665|height=374}}
 
  
 
[[Category:Edit object]]
 
[[Category:Edit object]]

Revision as of 14:24, 21 July 2014

Undo and redo는 마지막 작업을 실행 취소하거나 다시 실행하는 패턴이다.

With this pattern, we can solve...

Example


iOS_Tayasui Sketches

iOS_Paper by FiftyThree