forked from codesquad-members-2021/issue-tracker
-
Notifications
You must be signed in to change notification settings - Fork 4
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] 레이블 추가 페이지 #70
Comments
viewDidAppear 메소드를 통해 레이블 목록을 업데이트 하려고 했으나 모달 방식이라 해당 메소드가 불리지 않음 -> PresentationDelegate 활용 -> dismiss 메소드로 dismiss하는 경우엔 델리게이트 메소드가 불리지 않음 addLabelViewController.setUpDismissOperation { [weak self] in
self?.loadData()
} |
POST 메소드의 효율적 사용 위한 리팩토링 |
LoginInfo 싱글톤 고려 |
eeeesong
added a commit
that referenced
this issue
Jun 16, 2021
- Save 버튼 터치 시 새로 작성한 레이블을 서버에 저장 - label table 새로 로드
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: