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] iOS 파트 1차 과제 #2

Merged
merged 2 commits into from
Apr 5, 2022
Merged

[Feat] iOS 파트 1차 과제 #2

merged 2 commits into from
Apr 5, 2022

Conversation

Taehyeon-Kim
Copy link
Member

@Taehyeon-Kim Taehyeon-Kim commented Apr 5, 2022

🌱 작업한 내용

  • 로그인 화면 UI 구성
  • 회원가입 화면 UI 구성

🌱 PR Point

  • 로그인 화면에서 비밀번호 텍스트필드를 어떤식으로 만들었는지 궁금합니다.
  • 제 코드중에서 로그인뷰컨트롤러 파일의 30번째줄 이게 맞을까요?

📸 스크린샷

구현 내용 스크린샷
ex. 로그인 화면 스크린샷 2022-04-05 오전 1 07 44

📮 관련 이슈

Copy link
Member Author

@Taehyeon-Kim Taehyeon-Kim left a comment

Choose a reason for hiding this comment

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

LGTM


class SceneDelegate: UIResponder, UIWindowSceneDelegate {

var window: UIWindow?
Copy link
Member Author

Choose a reason for hiding this comment

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

어떤 프로퍼티 인가요?


override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view.
Copy link
Member Author

Choose a reason for hiding this comment

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

주석좀제거해주세요!

@Taehyeon-Kim Taehyeon-Kim merged commit a775c66 into main Apr 5, 2022
@Taehyeon-Kim Taehyeon-Kim deleted the assignment1 branch April 5, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] iOS 1차 과제
1 participant