Skip to content

Conversation

@0Hooni
Copy link
Collaborator

@0Hooni 0Hooni commented Nov 27, 2024

🤔 배경

  • ImageView의 이미지를 캐싱하여 느린 다운로드 문제를 해결해야 했다.
  • BottomSheet가 present될 때 half modal이 처음에만 적용되던 문제를 해결해야 했다.

📃 작업 내역

  • URLSession을 이용하여 image download 하던 부분들을 수정하였습니다.
  • BottomSheet의 detent 설정 시기를 수정하였습니다.

✅ 리뷰 노트

🏝️ 캐시 조아 🏝️

👻 하프 모달 조아 👻

🚀 테스트 방법

  • 편집 화면에서 스티커 버튼을 눌러 바텀시트도 반만 뜨고, 확대가 되는지 확인해보세요!
  • 이미지를 캐시로딩 하기에 빨라진 로딩 속도를 확인해보세요!

Copy link
Collaborator

@hsw1920 hsw1920 left a comment

Choose a reason for hiding this comment

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

훨씬 보기 좋아졌네요!

Copy link
Member

@Kiyoung-Kim-57 Kiyoung-Kim-57 left a comment

Choose a reason for hiding this comment

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

LGTM!

@youn9k
Copy link
Member

youn9k commented Nov 30, 2024

LGTM!

@0Hooni 0Hooni merged commit a15e557 into develop Nov 30, 2024
1 check passed
@0Hooni 0Hooni deleted the feat/#122-apply-data-cache branch November 30, 2024 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔧 fix 버그 수정 ⚙️ refactor 코드 정상화

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BottomSheet half modal이 처음에만 되던 에러를 수정한다 ImageCache 기능을 반영한다

5 participants