Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
자세한 디버깅 이전에 PR을 보내는 점 양해 부탁드립니다.
원래라면 디버깅이 완료된 이후에 완벽히 작동한다는 확신이 생기면 PR을 요청드렸겠지만, 이대로는 아래의 이유로 인해 학습에 지장이 될까봐 미리 PR을 보내게 된 점 양해 부탁드립니다.
현재 기능작동은 모두 잘 진행되고 있으나, 추가 작업을 진행할 부분은 다음과 같습니다.
작업 목록
기능 구현 방법
Rectangle은 선택이 된 상태가 되면, 두 손가락을 이용해 임시 뷰가 될 수 있습니다. 그리고 팬 제스쳐도 추가하여 드래그도 가능하게 합니다.
두 손가락을 이용한 제스쳐가 실행되면, UIGestureRecognizerDelegate 메소드를 이용해 Rectangle이 임시뷰가 되고, 복사된 뷰는 Rectangle의 밑에 추가합니다.
팬 제스쳐로 드래그를 한 뒤 드래그가 끝나면 기존의 Rectangle은 사라지고, 복사된 뷰가 Rectangle을 대신합니다.