beginInteractiveMovementForItem(at:) 특정 indexPath에서 아이템의 상호 이동(interactive movement)을 시작하다. Declaration func beginInteractiveMovementForItem(at indexPath: IndexPath) -> Bool Parameters indexPath 이동할 아이템의 indexPath Return Value 아이템을 이동할 수 있으면 true, 아이템을 이동하는 것이 허락되지 않았다면 false Discussion 아이템(collection view cell)의 현재 위치에서 같은 콜렉션 뷰 내부의 새로운 위치로 상호 이동(interactvie movement)을 시작하기를 원한다면 이 메소드를 호출 해야한다..