Replies: 1 comment 1 reply
-
응 나도
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ISSUE
UIFactory
에 존재하는favorButton
은disabled
될 때, 위와 같은 버튼의 이미지로 변경됨하지만
disabled
될 때, 배경색의 이미지는 잘 변하지만, 글씨색도 연하게 되어버리는 이슈 발생disabled
될 때, 일부러 연하게 만든 것 같음Onboarding
에서는다음
버튼이 배경색이 연한 버전의 버튼인데disabled
일 떄에만 연하게 되어서 버튼 클릭을 받을 수가 없는 문제 발생해결 방안
Onboarding UI
작업이 끝난 내가 이 작업을 수행disabled
가 아닌, 두 가지 타입의 Style을 만들어서 버튼을 자체적으로 생성disabled
가 필요하다면 특정 객체에서isUserInteractionEnabled
을False
로 설정하여 따로따로 사용한번 읽어보고 의견 부탁해!
Beta Was this translation helpful? Give feedback.
All reactions