Feat [#10] picker,story,complete view 제작 #13
Merged
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.
👾 작업 내용
UIPickerView를 도입 하여 Wheel Picker UI를 구현하였습니다.
SwiftUI Picker에서는 row height 사이즈를 조정하는 것이 불가능했습니다.
공통으로 사용되는 Picker, PickerCoordinator에 대하여 따로 분리를 하였고,
AppGoalTimePicker와 GoalTimePickerView에서 사용하였습니다.
OnboardingCompleteView를 구현 하였습니다.
OnboardingSurvey관련 부분과는 연결하지 않았습니다. (후에 메인 앱에서 온보딩 종료 bool값에 따라 루트뷰를 바꿀 예정)
StoryView로 NavigationLink로 넘어가도록 하였습니다.
굳이 루트뷰로 안해도 된다고 판단했습니다.
StoryContentView에서
@State var StoryState = 0
에 따라 내용이 달라지도록 하였습니다.이 부분도 루트뷰 구현 시 함께 추가하겠습니다.
🚀 PR Point
따라서 위와 같이 프레임을 보장해 주었습니다.
📸 스크린샷
✅ CheckList
🔗 Issue
Resolved #10