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

Visitor 프로토타이핑 (#18) #19

Merged
merged 1 commit into from
Nov 28, 2019
Merged

Visitor 프로토타이핑 (#18) #19

merged 1 commit into from
Nov 28, 2019

Conversation

presto95
Copy link
Member

@presto95 presto95 commented Nov 28, 2019

#18

Combine도 못쓸 것 같습니다

@presto95 presto95 requested a review from junyng November 28, 2019 09:36
@presto95 presto95 changed the title Visitor 프로토타이핑 Visitor 프로토타이핑 (#18) Nov 28, 2019
viewModel.isNextButtonTapped
.map { StoryboardScene.Visitor.visitorNameViewController.instantiate() }
.subscribe(onNext: { [weak self] in
self?.navigationController?.pushViewController($0, animated: true)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

라우터 역할을 하는 Coordinator 객체를 분리해서 화면 전환 로직을 관리하는 것도 좋을것 같습니다!
https://brunch.co.kr/@tilltue/47

@junyng junyng merged commit 138e293 into develop Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants