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

Open
5 of 9 tasks
SangHwi-Back opened this issue Apr 4, 2022 · 0 comments
Open
5 of 9 tasks

[FEAT] (iOS) 스토리보드 작업하기 #1

SangHwi-Back opened this issue Apr 4, 2022 · 0 comments
Assignees
Labels

Comments

@SangHwi-Back
Copy link
Owner

SangHwi-Back commented Apr 4, 2022

💡 issue

화면 작업을 위한 기본 스토리보드 작업을 진행한다.

📝 todo

  • 헤더
    • 헤더의 서비스명, 우측 메뉴버튼을 생성한다.
    • 메뉴 버튼을 누르면 활동 내역 뷰를 Container View 의 오른쪽에 띄운다
  • 활동 내역 뷰
    • 헤더의 메뉴 버튼을 누르면 등장할 화면을 스토리보드 내에 생성한다.
    • 닫을 수 있는 'x'버튼을 우측 상단에 위치시킨다.
  • 하위 뷰(Child View Controller)
    • 해야할 일 칼럼, 하고있는 일 칼럼, 완료한 일 칼럼 헤더 부분(제목, 카드 갯수, '+'버튼 포함)을 생성한다.
    • 뷰의 상단은 타이틀, 뱃지, + 버튼으로 구성
    • 뷰의 하단은 테이블 뷰

🧑‍🏭 Supplement work

  • 각 테이블 뷰의 커스텀 셀을 작업한다.
  • 각 테이블 뷰마다 커스텀 셀을 생성할 숫자를 하드코딩해놓고 Edit mode를 사용해볼 수 있도록 구현한다.
@SangHwi-Back SangHwi-Back changed the title [FEAT] 스토리보드 작업하기 [FEAT] (iOS) 스토리보드 작업하기 Apr 4, 2022
@Jinsujin Jinsujin added the iOS label Apr 5, 2022
Jinsujin added a commit to Jinsujin/todo-list that referenced this issue Apr 5, 2022
- 메인화면에서 보여질 [해야할 일, 하고 있는 일, 완료한 일] 각각의 화면을 ViewController 로 생성
- 뷰컨트롤러들을 RootView 인 ViewController 에서 embed
Jinsujin added a commit to Jinsujin/todo-list that referenced this issue Apr 6, 2022
해야할일, 진행중, 완료된 테이블 뷰에서 사용할 커스텀 셀 생성
table view 에 셀 연결
SangHwi-Back added a commit that referenced this issue Apr 6, 2022
[Rosa] Feature #1 - RootView 스토리보드 작업
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants