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
현재 Alert들의 경우 각 뷰에 종속되어 이벤트 마다 만들어지고 띄워지게 됩니다. 이를 관리하는 Manager를 구현하고 ViewModel의 데이터 바인딩 결과에 따라서 Alert를 표시하도록 구현합니다.
Alert
Manager
ViewModel
The text was updated successfully, but these errors were encountered:
TaekH
No branches or pull requests
AlertManager 를 구현합니다
현재
Alert
들의 경우 각 뷰에 종속되어 이벤트 마다 만들어지고 띄워지게 됩니다.이를 관리하는
Manager
를 구현하고ViewModel
의 데이터 바인딩 결과에 따라서Alert
를 표시하도록 구현합니다.The text was updated successfully, but these errors were encountered: