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

merge :: 비밀번호 TextField Secure 로 변경 시 뷰가 움직임 #160

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

HongSJae
Copy link
Contributor

@HongSJae HongSJae commented Feb 7, 2023

개요

작업사항

TextField 에 있는 눈 image Frame 잡아주기

변경로직

Image(systemName: isSecure ? "eye.fill" : "eye.slash.fill")
.frame(width: 24, height: 24)

변경전

비밀번호 TextField Secure 로 변경 시 뷰가 움직임

변경후

비밀번호 TextField Secure 로 변경 시 뷰가 안움직임

사용방법

눈을 눌러요

기타

@HongSJae HongSJae self-assigned this Feb 7, 2023
@HongSJae HongSJae linked an issue Feb 7, 2023 that may be closed by this pull request
@HongSJae HongSJae requested a review from sian7563 as a code owner February 7, 2023 14:27
@HongSJae HongSJae merged commit 448219c into develop Feb 8, 2023
@HongSJae HongSJae deleted the 159-password-textfield-secure-change-moving branch February 8, 2023 07:23
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.

비밀번호 TextField Secure로 바꾸면 움직임
4 participants