-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat[#6, #7] : CoreDataManager 추가, SearchingPlayListView와 Swipe Cell 구현 #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셧습니다!!
.gesture(DragGesture(minimumDistance: 15, coordinateSpace: .local) | ||
.onChanged({ (value) in | ||
let totalSlide = value.translation.width + oldOffset | ||
if (Int(minTrailingOffset)...0 ~= Int(totalSlide)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
범위안에 있는지를 확인하는 로직을 이렇게 처리할 수도 있군요! 배워갑니다 ㅎㅎ
@Juhwa-Lee1023 회의 때 리뷰 주신대로 파일 분리 완료했습니다. 저장된 PlayList에서도 사용할 수 있도록 |
@Juhwa-Lee1023
@LeeSungNo-ian
@2youngjun
CoreDataManager 추가, SearchingPlayListView와 Swipe Cell 구현
OutLine
Work Contents
RPReplay_Final1686417473.MP4
To Reviewers
Close #6