Skip to content
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

ViewModel 인스턴스를 VC 클래스에 하나씩 선언합니다. #48

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

junseopark0331
Copy link
Collaborator

개요 💡

ViewModel 인스턴스를 VC 클래스에 하나씩 선언합니다.

작업 내용 💻

ViewModel 인스턴스로 선언된 코드들을 VC에 미리 선언해줬습니다.
아직 다른 View들은 준비가 되지 않은 상태이기 때문에 작업해놓은 VC들에 작업해놓았습니다.
추후 작업은 SigninAPI에서 진행할 예정입니다

리뷰해주세요 🙏

리뷰 환영!!

snapkit 오류를 해결했습니다.
ViewModel로 적혀있던 코드를 VM으로 수정합니다
 vc 클래스에 viewmodel 인스턴스를 만들었습니다.
@junseopark0331 junseopark0331 added the enhancement New feature or request label Aug 24, 2023
@junseopark0331 junseopark0331 linked an issue Aug 24, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ViewModel의 인스턴스 생성
2 participants