Conversation
There was a problem hiding this comment.
변경사항이 없어서 line에 직접 못적는데 좌측 태그 카테고리쪽 UI 변경사항도 같이 반영해주세용
There was a problem hiding this comment.
그리고 필터 내부 스크롤이 안되는데(실기기&시뮬레이터 둘다 iOS 18.0+) 혹시 재현돼?
시뮬레이터 iOS 17.2에서는 문제 없는거같긴해
There was a problem hiding this comment.
xcode 16 + ios 18 에서 highPriorityGesture 문제 있는듯..
snutt 2024에서는 고쳐놨는데 ㅋㅋ..
There was a problem hiding this comment.
ㅇㅋ 색상이랑 폰트 크기 이런거 말하는거 맞지?
There was a problem hiding this comment.
스크롤 문제는
여기 참고하면 될듯!
There was a problem hiding this comment.
참고해서 고쳤는데 이게 위로 스크롤 시에 sheet가 dismiss되는 문제가 있는데 .. 실기기에서도 똑같겠지 ..?ㅜㅜ
There was a problem hiding this comment.
아하. 이거는 bottom sheet구나. 그러면 저 코드에서 value.velocity.width 랑 translation.width 를 height로 바꿔야할듯! x는 y로 바꾸고.
d72e44c to
41ddcbc
Compare
|
|
||
| VStack(spacing: 0) { | ||
| self.content() | ||
| .simultaneousGesture(DragGesture()) |
There was a problem hiding this comment.
스크롤하면서 학과 선택 계속 눌리길래!
| } | ||
| var updatedTags = departmentTags + appState.search.pinnedTagList | ||
| if updatedTags.count > 5 { | ||
| updatedTags = Array(updatedTags.suffix(5)) |
There was a problem hiding this comment.
| updatedTags = Array(updatedTags.suffix(5)) | |
| updatedTags = Array(updatedTags.prefix(5)) |
아래가 잘려야하니 prefix가 기획상 맞을 듯..?
Co-authored-by: Yoorim Choi <penguin0807@snu.ac.kr>
* Add Theme Market Web View * Add "Downloaded" Theme Section * Add Theme Market Webview * Fix Cookie Setting * Add Navigation Bar * Apply SwiftFormat changes * Fix: do not show `categoryPre2025` before 2025 (#332) * Fix: do not show `categoryPre2025` before 2025 * Apply SwiftFormat changes --------- Co-authored-by: peng-u-0807 <peng-u-0807@users.noreply.github.com> * 최근 찾아본 학과 저장 (#323) * Add Pinned Department * Apply SwiftFormat changes * Resolve Font Problems * UI Adjustments * Resolve Non-Scrolling Behavior for ios18 * Apply SwiftFormat changes * Update View+Gesture.swift * Xcode `15.1` -> `16.0` * Apply SwiftFormat changes * Xcode `16.0` -> `16.2` * Fix Sheet Dismiss Bug * Update SNUTT-2022/SNUTT/Services/SearchService.swift Co-authored-by: Yoorim Choi <penguin0807@snu.ac.kr> * Update SearchService.swift --------- Co-authored-by: chaemin2001 <chaemin2001@users.noreply.github.com> Co-authored-by: peng-u-0807 <penguin0807@snu.ac.kr> Co-authored-by: peng-u-0807 <peng-u-0807@users.noreply.github.com> * Enable tap gesture for `ratingSection` (#328) * Enable tap gesture for `ratingSection` * Fix typo * Show tip for iOS 17.0+ * Apply SwiftFormat changes * Remove debug print --------- Co-authored-by: peng-u-0807 <peng-u-0807@users.noreply.github.com> * 팝업 모듈 구현 (#329) * Fix `.lectureUpdate` deeplink not working (#334) Add URLSchemes * Upgrade `FirebaseSDK` version * `LectureEditDetailScene`에 카카오맵 추가 (#333) * Fix lecture map not opening external app (#337) * 팝업에 링크 추가 (#336) * Add linkUrl to Popups * Apply SwiftFormat changes --------- Co-authored-by: chaemin2001 <chaemin2001@users.noreply.github.com> * 🪴 로그 심기 (#335) * Firebase SDK 업데이트 * Dev 스킴에 Firebase SDK 디버그 옵션 추가 * Automatic Screen Tracking 해제 * Analytics 관련 모델 정의 * pbxproj 업데이트 * Analytics 로깅 추가 * Apply SwiftFormat changes * Xcode 버전 16.1로 변경 --------- Co-authored-by: shp7724 <shp7724@users.noreply.github.com> * Delete unnecessary code * Add Theme Market Web View * Add "Downloaded" Theme Section * Add Theme Market Webview * Fix Cookie Setting * Add Navigation Bar * Apply SwiftFormat changes * Delete unnecessary code * Apply SwiftFormat changes * Delete repeating lines * Enable ThemeMarketView Bounce * Fix Bug of ColorScheme EventSignal * Change `ThemeBottomSheet` height * Apply SwiftFormat changes --------- Co-authored-by: chaemin2001 <chaemin2001@users.noreply.github.com> Co-authored-by: Yoorim Choi <penguin0807@snu.ac.kr> Co-authored-by: peng-u-0807 <peng-u-0807@users.noreply.github.com> Co-authored-by: shinhong_park <shp7724@snu.ac.kr> Co-authored-by: shp7724 <shp7724@users.noreply.github.com>
일단 이렇게 구현해봤습니당 ..