-
Notifications
You must be signed in to change notification settings - Fork 3
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
[iOS] 레이블/마일스톤 뷰 구현 #63
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label cell을 위한 view model과 스토리보드로 연결
네트워크를 사용하지 않는 더미 레이블 표시 확인 토큰 받아오기, 레이블 설명 받아오기 구현 필요
뷰 모델, 뷰 컨트롤러 생성 네트워크 없이 더미 마일스톤 생성 후 뷰 확인
생성할 때 서버와 통신할수 있도록 생성자 변경
서버와 통신할 수 있도록 Label 생성자 구현
색상 선택 기능 미구현
뷰 컨트롤러 및 눌렀을때 동작 연결
- 다른 두 버전의 코드 호환
This was
linked to
issues
Nov 12, 2020
Closed
Open
Closed
Open
저장 버튼을 누르면 서버와 통신, 초기화시 텍스트뷰 전체 초기화
이것도 많이하셨네요 ㄷㄷㄷ |
레이블 목록을 받아오는 API 구조 변경으로 인한 모델 구조 변경, LableList 객체 추가
뷰 모델과 연결하여 레이블 설명을 받아올 수 있도록 함
snapshot 델리게이트를 구현해 호출할 수 있도록 구현
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
레이블 셀 구현
레이블 뷰 구현
레이블 추가/수정 뷰 구현
마일스톤 셀 구현
마일스톤 뷰 구현
마일스톤 추가/수정 뷰 구현