-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat [#44] 로직 점검 및 앱 잠금 연결 #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고 많으셨습니다,,, 화이팅 좀 만 더!
class AppStateViewModel: ObservableObject { | ||
static let shared = AppStateViewModel() | ||
|
||
@Published var showCustomAlert: Bool = false | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 이변수로 작동시키는 거군요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵넵 이거 이어서 부탁드리겠습니다
혹시나 사용이 어렵다면 문의주세요 ☎️
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
하하 죄송합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
control + i 한번씩 하기 ~
👾 작업 내용
실험 실패로 인한,, 한번 합치고 다시 작업하는 것이 좋을 것 같아서 PR 올립니다!
크게 바뀐 것은 없으나 많은 작업들이 섞여 있어서 조금 복잡합니다. 본래 이슈와 조금 달라진 점 양해 부탁드립니다 😭
🚀 PR Point
푸시 알림 데이터에 앱 관련 정보를 담을 수 있을지 고려해봅시다~
✅ CheckList
🔗 Issue
Resolved #44