From Design pattern
Jump to: navigation, search
Line 15: Line 15:
 
{{#Widget:Vimeo|id=96603085|width=300|height=533}}
 
{{#Widget:Vimeo|id=96603085|width=300|height=533}}
  
[[Category:Sort data]]
+
[[Category:Sort&Group data]]

Revision as of 10:46, 14 July 2014

Swipe to move content는 컨텐츠를 swipe하여 이동시키는 패턴이다. swipe하는 방향에 따라 하위카테고리로 이동하거나 상위카테고리로 이동한다.

With this pattern, we can solve...

컨텐츠가 많지 않고 카테고리 상에서 인접한 내용끼리의 이동이 잦은 경우 Drag and drop에 비해 빠르게 이동이 가능하다.

  • 컨텐츠를 상위카테고리로 이동하고자 할 때는 왼쪽으로, 하위카테고리로 이동하고자 할 때는 오른쪽으로 swipe하여 이동한다.

Example: Android_Decked Builder


iOS_Tidy