-
Notifications
You must be signed in to change notification settings - Fork 15
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] #174 - 메인 뷰 화면 연결 #175
[Feat] #174 - 메인 뷰 화면 연결 #175
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.
멋져요!!!
화면 전환 되는 거 보니까 이제 드디어 진짜 앱 같아졌네요!!👍
switch (indexPath.section, indexPath.row) { | ||
case (0, _): break | ||
case (1, _): | ||
guard let service = viewModel.mainServiceList[safe: indexPath.item - 1] else { return } |
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.
1 빼준 것까지 깔끔합니다!!
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.
수고하셨슴다~ 로그인 상태로 웹뷰 전환하는 것은 사파리뷰컨에선 불가능한거죠...?
@@ -195,7 +195,9 @@ extension SignInVC { | |||
) | |||
let output = self.viewModel.transform(from: input, cancelBag: cancelBag) | |||
|
|||
output.isSignInSuccess.sink { [weak self] isSuccessed in | |||
output.isSignInSuccess | |||
.removeDuplicates() |
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.
고생하셨습니다 ~ ~ 👍🏻
연결하니까 멋지네요 . .
@L-j-h-c 이게 사파리웹뷰가 세션을 공유하는것 같더라고요! (externalApp이랑 inApp Safari는 안 되고요) |
🌴 PR 요약
메인뷰를 작업했습니다.
🌱 작업한 브랜치
🌱 PR Point
모두 체크해 보았어요
📌 참고 사항
그런데 사파리로 넘기는 거라 이게 직접적 리젝 사유가 될수도 있을것 가타요... 이게 아니라면 버튼을 없애야 해요!
📸 동영상
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-04-17.at.21.00.39.mp4
📮 관련 이슈