-
Notifications
You must be signed in to change notification settings - Fork 0
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
레시피 리스트UI를 생성해보았습니다. #9
Merged
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6764431
Feat: SearchBar 정의
GeonH0 10c4c85
Feat: RecipeListView 정의
GeonH0 69b6ba0
Feat: RecipeListCell 정의
GeonH0 b740a44
Feat: RecipeListViewController 정의
GeonH0 68d17da
Fix: ViewModel을 Interactor로 변경해서 ViewController에 적용
GeonH0 145bd41
Fix: SearchBar final 처리
GeonH0 db5e2ef
Fix: searchText에 retrun제거
GeonH0 7a3ba89
Fix: RecipeListView에 final 추가
GeonH0 db38695
Fix: RecipeListViewCell에 final 추가
GeonH0 22ee02b
Fix: collectionView를 private 처리
GeonH0 6edb8bb
Fix: recipelistView를 recipeListView로 네이밍 변경
GeonH0 2a6372c
Fix: SearchBar 선언 수정
GeonH0 2be84eb
Fix: 마진 값을 변수로 뺌
GeonH0 ee35fb9
Fix: imageView 네이밍 변경
GeonH0 34985f7
Feat: Fonts 객체 정의
GeonH0 24d0856
Fix: Fonts 객체 적용
GeonH0 24a71e2
Fix: 이미지 설정코드 setupUI로 이동
GeonH0 72e9fe8
Feat: loadImage메서드를 extension으로 분리
GeonH0 cf0c78c
Fix: extension으로 분리된 loadImage 적용
GeonH0 15f80f0
Fix: RecipeListViewController final 추가
GeonH0 833b474
Fix: RecipeListViewModelDelegate을 extension으로 확장
GeonH0 be060c4
Feat: String extenstion에 isBlank 프러퍼티를 추가
GeonH0 99c274e
Fix: String extenstion에 isBlank 프러퍼티 적용
GeonH0 c0bd5a0
Fix: didFetchRecipes를 fetchedRecipes로 네이밍 변경
GeonH0 05b2a58
Merge branch 'main' into feature/feedListView
GeonH0 52d89ea
Fix: 핸들러에 [weak self] 추가
GeonH0 1a760ca
Fix: Metric 적용
GeonH0 3c03347
Fix: 불필요한 return 제거
GeonH0 7077713
Fix: ViewController에 UICollectionViewDataSource와 UICollectionViewDel…
GeonH0 c1bc9a0
Fix: RecipeListView에 UICollectionViewDataSource,UICollectionViewDeleg…
GeonH0 4eb8154
Fix: RecipeListInteractor에서 mapping 기능 제거, result타입으로 전달해서 에러 처리
GeonH0 e57455d
Fix: Delegate에 didFail제거, 상세화면을 보여주는 메서드 showRecipeDetail정의
GeonH0 f0115b8
Feat: RecipeListViewDelegate정의,RecipeListInteractorDelegate정의
GeonH0 d3dcc4e
Fix: Mark 추가
GeonH0 76fdeba
Feat: 기본 이미지 추가
GeonH0 e1a3fc2
Fix: RecipeListViewCell에서 기본 이미지 설정
GeonH0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Metrice.itemSize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[1a760ca] 적용했습니다