[PR]검색바 구현 완료#72
Merged
giseungNoh merged 2 commits intodevfrom Jun 15, 2025
Merged
Conversation
|
You've used up your 5 PR reviews for this month under the Korbit Starter Plan. You'll get 5 more reviews on June 22nd, 2025 or you can upgrade to Pro for unlimited PR reviews and enhanced features in your Korbit Console. |
Collaborator
|
다른 파일에서도 사용하기 위해서 할 수 있는 방법은
그런데 저의 의견은 그 변수들을 viewmodel로 옮기는 것이 좋아보여요 |
jihyeonjjang
approved these changes
Jun 15, 2025
vinyl-nyl
approved these changes
Jun 15, 2025
This file contains hidden or 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
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.
검색바 구현 기능
1.태그에 맞는 비디오 목록 불러오기
2.검색바 텍스트 필드 글자 수 30자로 제한
3.서치바에서 x버튼 누르면 원래 전체 비디오 배열로 전환
4.일치 하는 태그 없으면 "검색 결과가 없습니다." 플레이스 홀더 띄움
궁금한점
var videoList: [Video] = []
var tags: [Tag] = []
var filteredTags: [Tag] = []
Ps.
*동녕님 var부분 말고는 동녕님이 작성하신 부분 안건드렸지만 혹시 컨플릭 날 만한 부분 있으면 말씀해주세요.
*지현님 비디오 지워지면 태그도 지워질 수 있도록 변경해주시면 감사하겠습니다.
남은 할일
-새로고침