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

[Lv 1] ✨ 친구목록, 추가 버튼 구현 - jeongmu #4

Open
wants to merge 8 commits into
base: jeongmu
Choose a base branch
from

Conversation

jeongmuya
Copy link
Collaborator

@jeongmuya jeongmuya commented Dec 6, 2024

친구목록과 추가 버튼만 간단하게 구현 했습니다.

그다음 테이블뷰로 내용을 넣을예정입니다 !
스크린샷 2024-12-09 오후 11 34 06

@jeongmuya jeongmuya changed the title 태초마을 [Lv 1] ✨ 친구목록, 추가 버튼 구현 - jeongmu Dec 9, 2024
Copy link
Collaborator

@Crois0509 Crois0509 left a comment

Choose a reason for hiding this comment

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

구현 고생하셨습니다!!
테이블뷰도 얼른 만들어 보시죠!!

guard let windowScene = (scene as? UIWindowScene) else { return }

window = UIWindow(windowScene: windowScene)
window?.rootViewController = ViewController()
Copy link
Collaborator

Choose a reason for hiding this comment

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

이번 과제에서는 네비게이션 컨트롤러를 사용하기 때문에 루트 뷰 컨트롤러에서 네비게이션 컨트롤러를 지정해주면 편해요~

window?.rootViewController = UINavigationController(rootViewController: ViewController())

이런 식으로요!!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

상경님 감사합니다 !

Crois0509 added a commit that referenced this pull request Dec 12, 2024
[Lv2 ~ Lv3] 필수기능 구현
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.

2 participants