feat: [키링 만들기] 말 템플릿 완성#91
Merged
jini-coding merged 12 commits intodevelopfrom Feb 12, 2026
Hidden character warning
The head ref may contain hidden characters: "style/\ud0a4\ub9c1-\ub9cc\ub4e4\uae30\uc815\ubcf4\uc785\ub825\ubdf0-\ub9d0-\ud15c\ud50c\ub9bf\uc6a9-\uc2dc\ud2b8-ui-\uad6c\ud604"
Merged
Conversation
Member
giljihun
approved these changes
Feb 12, 2026
| { | ||
| "images" : [ | ||
| { | ||
| "filename" : "wishHorseBanner.pdf", |
| let shouldApplyTransform = frame.type == "A" | ||
|
|
||
| if shouldApplyTransform { | ||
| // type "A": 회전과 오프셋이 적용된 이미지 합성 |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


🎯 PR 내용
1. 보관함 상세뷰 말 템플릿용 상세 정보 시트 UI 구현
상세 화면
CollectionKeyringDetailView+Sheet.swiftLockedMemoView구조체 추가 : 잠긴 메모 상태를 표현하는 전용 뷰 컴포넌트편집 화면
KeyringEditView.swiftcanEditName계산 프로퍼티 추가로 편집 권한 제어2. 키링 생성 시 말 템플릿용 시트 UI 구현
KeyringInfoInputView+Helpers.swiftisNextButtonEnabledcomputed property 추가3. 일부 말 프레임에 회전, 오프셋 이동 추가
Frame모델의type필드를 활용하여 프레임별 변환 적용 여부 결정.rotationEffect()및.offset()modifier 조건부 적용이미지 합성 로직 개선(
WishHorse26VM+ImageConversion.swift)composeWithTransform()메서드 추가: type "A" 프레임 전용 합성 로직📱 스크린샷 (UI 변경 시)
ScreenRecording_02-12-2026.21-43-35_1-1.mov
ScreenRecording_02-12-2026.21-43-35_1-1.mov
🔗 관련 이슈
#90
✅ 체크리스트