Skip to content
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

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Conversation

chopmozzi
Copy link
Collaborator

🧑‍🚀 PR 요약

업로드 시 위치 정보가 저장되지 않았던 부분 로직을 수정했습니다.
신고 기능 화면이 뜨지 않던 문제를 해결했습니다.
빌드 타겟을 iOS15로 함에 따라 iOS17에서만 동작하던 코드를 보완했습니다.

Linked Issue

close #362

Comment on lines +142 to +145
if #available(iOS 17.0, *) {
section.orthogonalScrollingProperties.decelerationRate = .normal
section.orthogonalScrollingProperties.bounce = .never
}
Copy link
Collaborator

@loinsir loinsir Feb 19, 2024

Choose a reason for hiding this comment

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

17 미만에서는 어떻게 동작할까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

안그래도 릴리즈 할 때 돌려봤는데 큰 차이는 없었습니다. 단지 저 기능이 동작하지는 않겠죠..?

Copy link
Collaborator

@loinsir loinsir 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

@anyukyung anyukyung left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~~

@chopmozzi chopmozzi merged commit e1cb19e into iOS/dev Feb 22, 2024
1 check passed
@chopmozzi chopmozzi deleted the iOS/bug#362 branch February 22, 2024 13:04
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.

3 participants