-
Notifications
You must be signed in to change notification settings - Fork 0
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
Third assignment #3
base: main
Are you sure you want to change the base?
Conversation
우와우~ 수고 많았어!! 고생했다 ㅎㅎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!!
}() | ||
|
||
private let emailPhoneTextField: KakaoCustomView = { | ||
let textField = KakaoCustomView(frame: CGRect(x: 45, y: 250, width: 300, height: 40)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CGRect의 x, y, width, height를 초기화해서 사용하는 이유가 있는지 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗,,,오토레이아웃 만들기 전에 썼던 코드에 덮어씌웠는데 불필요한 코드네요
수정해야겠네요! 감사합니다:D
기본과제 완료 🥹
도전과제 시작 🫠