Skip to content

Conversation

@lsj8706
Copy link
Collaborator

@lsj8706 lsj8706 commented May 28, 2023

🌱 작업한 내용

  • 보관함 편집모드 애니메이션 버그 수정

🌱 PR Point

문제의 원인

  • 편집 모드를 끝내면 보관함VC와 privateCourseListView 둘다 편집 모드를 끈 상태로 UI가 바뀌어야 하는데 후자를 처리하지 않아서 생긴 문제였음
  • 따라서 이 부분을 처리하고 editMode의 UI 변경 코드들을 한 곳을 모아(isEditMode) 가독성을 높이고 불필요한 코드를 많이 제거함
  • 보관함 뷰에서 이탈했을 때 탭바 위치가 의도하지 않은 위치로 바뀌는 버그를 수정함

📸 스크린샷

구현 내용 스크린샷
삭제하기 애니메이션 Simulator Screen Recording - iPhone 14 - 2023-05-28 at 23 06 38

📮 관련 이슈

Copy link
Collaborator

@lee-yeonwoo lee-yeonwoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

복습...하기 ...!!!!!

@lee-yeonwoo lee-yeonwoo merged commit a23d60b into Runnect:develop May 28, 2023
@lsj8706 lsj8706 deleted the fix/#155-보관함-편집모드-애니메이션 branch May 28, 2023 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Fix] 코스 보관함 편집 모드 애니메이션 수정

2 participants