-
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
bug: 릴리즈 시 발생했던 버그들 수정 #363
Conversation
if #available(iOS 17.0, *) { | ||
section.orthogonalScrollingProperties.decelerationRate = .normal | ||
section.orthogonalScrollingProperties.bounce = .never | ||
} |
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.
17 미만에서는 어떻게 동작할까요?
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.
안그래도 릴리즈 할 때 돌려봤는데 큰 차이는 없었습니다. 단지 저 기능이 동작하지는 않겠죠..?
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.
고생하셨습니다~
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.
고생하셨습니다 ~~
🧑🚀 PR 요약
업로드 시 위치 정보가 저장되지 않았던 부분 로직을 수정했습니다.
신고 기능 화면이 뜨지 않던 문제를 해결했습니다.
빌드 타겟을 iOS15로 함에 따라 iOS17에서만 동작하던 코드를 보완했습니다.
Linked Issue
close #362