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

[Feat/#46] 화면 연결 및 버튼 활성화 #48

Merged
merged 10 commits into from
Jul 11, 2023
Merged

[Feat/#46] 화면 연결 및 버튼 활성화 #48

merged 10 commits into from
Jul 11, 2023

Conversation

yeoncheong
Copy link
Contributor

@yeoncheong yeoncheong commented Jul 11, 2023

🎀 Related Issues

close #46

🤔 What Did You Do

  • 로그인 화면 ~ 초대하는 측 정보 입력 화면까지 연결
  • 개인정보 이용 동의 화면 버튼 활성화
  • 교신 화면 UI 생성

⁉️ etc

@yeoncheong yeoncheong added feature 기능 개발 design UI 추가 및 수정 연진 labels Jul 11, 2023
@yeoncheong yeoncheong self-assigned this Jul 11, 2023
Copy link
Member

@ss99x2002 ss99x2002 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다아아아아아 고민한 부분의 코드가 생각보다 더 깔끔해서 좋았어용.


private fun clickAllAgreeButton() {
binding.btnAllAgreeCheck.setOnClickListener {
binding.btnAllAgreeCheck.isSelected = !binding.btnAllAgreeCheck.isSelected
Copy link
Member

Choose a reason for hiding this comment

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

이 부분은 한번 더 클릭하면 toggle 되는 부분이죠??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵! true일 때는 false로 바뀌고, false일 때는 true로 바뀌는 로직입니다

@yeoncheong yeoncheong merged commit dd64304 into develop Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design UI 추가 및 수정 feature 기능 개발 연진
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 화면 연결 및 버튼 활성화
2 participants