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

노트 작성시 이미지 기반 추천 태그 표시 #55

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

dev-Lena
Copy link
Contributor

구현 내용

  1. 노트 이미지를 API에 보낸 후 받아온 추천 태그 요청 (구현 중)
  2. 키보드 상단에 추천 태그 표시.
    Keyboard Accessary View 이용
  3. Keyboard Accessary View에 표시된 추천 태그를 탭하면 노트 text 마지막에 추가
    ex) 기존 노트 text: 작성중입니다.
    #태그 를 탭 했을 때 -> 작성중입니다. #태그

현재 해결중인 문제

API 9번 - 태그 추천 관련 이슈
(현재 iOS 14)



Completion<Error>
  ▿ failure : URLError
    - _nsError : Error Domain=NSURLErrorDomain Code=-1103 "resource exceeds maximum size"
    -  UserInfo={NSUnderlyingError=0x6000032beaf0 {Error Domain=kCFErrorDomainCFNetwork Code=-1103 "(null)"}, 
    - NSErrorFailingURLStringKey=http://52.78.129.236/suggestion, 
    - NSErrorFailingURLKey=http://52.78.129.236/suggestion, 
    - NSLocalizedDescription=resource exceeds maximum size}

https://stackoverflow.com/a/56973866

관련 이슈: #43

closes #43

@dev-Lena dev-Lena added 🎨 view draw user Interface 🧰 view model view model 👾 network network connection labels Jan 24, 2021
@dev-Lena dev-Lena self-assigned this Jan 24, 2021
@dev-Lena dev-Lena added the 🐛 bug Something isn't working label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👾 network network connection 🧰 view model view model 🎨 view draw user Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[View + Network] 키보드 상단에 추천 태그 표시
1 participant