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

override func bindViewModel 메서드 호출 위치 #24

Open
Jeon0976 opened this issue Mar 17, 2024 · 0 comments
Open

override func bindViewModel 메서드 호출 위치 #24

Jeon0976 opened this issue Mar 17, 2024 · 0 comments
Assignees
Labels
Enhancement Improvements

Comments

@Jeon0976
Copy link
Member

Detail

  • bindViewModel 메서드에 호출 위치가 viewDidLoad에서 진행됨에 있어서 bindViewModel 내부에서 rx.viewDidLoad 스트림을 생성 후 구독하면
    viewDidLoad가 호출되는 시점 보다 늦게 구독이 됨으로 해당 스트림이 실행이 안됩니다.
  • bindViewModel 함수를 NagazaBaseViewController에서 override하는 것이 아닌 ViewController Create 하는 시점에서 호출 할 수 있도록 변경하는걸 건의드립니다.

Environment

  • Mac:
  • Xcode:
  • Device:
@Jeon0976 Jeon0976 self-assigned this Mar 17, 2024
@Jeon0976 Jeon0976 added the Enhancement Improvements label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvements
Projects
None yet
Development

No branches or pull requests

1 participant