feat: 신규 유저 및 기존 유저에 따라 메인화면 UI 분기 로직 추가해요#792
Merged
Conversation
- MainPostViewController tutorialImageView 추가 및 자정 및 신규 사용자에 따라서 UI 분기 처기 - TimerView 문구 수정 - BallonView midnight 타입 추가 및 분기 처리 로직 추가 - MainViewReactor 신규 사용자, 기존 사용자 or 자정에 따라서 Flag 값 설정 코드 추가
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을 올리기 전 아래 사항을 확인해주세요.
(위 내용은 지워주세요)
😽개요
disabled일 경우 카메라 버튼 UI 변경🛠️작업 내용
CHRISTMAS_2025)신규 사용자, 기존 사용자 판별 로직
Keychain에 아무런 값이 저장되어 있지 않기 때문에 isFirstOnboarding 값을 통해서 기존 사용자인 것을 판별했고, 신규 사용자는 Keychain 값을 통해서 판별하도록 했습니다.FirstInstall값으로 판별해야 하므로 Keychain 값으로 판별하도록 했습니다.🟡차후 계획 (Optional)
.aiPostType: "CHRISTMAS_2025"아래와 같이 크리스마스 테마를 고정으로 박아놨는데 추후에 parameter로 넘겨주도록 해야 할 것 같습니다 어제 빨리 배포해야할 것 같아서 그냥 박아놈✅테스트 케이스
tutorialImageView기존 사용자일 경우contributorView가 뜨는지 확인해요🙏🏻아래와 같이 PR을 리뷰해주세요.