We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RxSwift -> Combine BaseViewModel -> StationViewModel -> NotiViewModel
Input, Output 패턴을 적용하여 ViewController에서의 트리거를 모두 ViewModel 에서 수행하도록 구현예정입니다.
The text was updated successfully, but these errors were encountered:
refact: #35 비가용성 정의 추가
0ac803c
required init에서 발생할 수 있는 문제를 대처
refact: #35 SearchVC RXswift to Combine
7b2719f
refact: #35 현재 station 찾는 로직 분리
aadd141
station 로직 분리 및 textField에 따라서 검색 결과 화면 전환하는 combine 로직 변경
refact: #35 inputVoice -> inputVoicePublisher 변경 및 코드 주석 추가
2672a3f
feat: #35 Combine을 활용한 데이터 바인딩을 위한 Extension 추가
ddedf35
TaekH
No branches or pull requests
ViewModel을 리팩토링합니다.
Input, Output 패턴을 적용하여 ViewController에서의 트리거를 모두 ViewModel 에서 수행하도록 구현예정입니다.
The text was updated successfully, but these errors were encountered: