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

[Feat] #402 - 피드 게시물 하나인 경우 footer 로딩 막기 #405

Merged
merged 4 commits into from
Mar 19, 2022

Conversation

yangsubinn
Copy link
Member

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

피드 게시물 하나인 경우 footer 로딩 막기

🚨참고 사항

새로운 변수 안만들고 하려고 countSize도 써보고 했는데, 쉽지 않아서
isFirstScroll이라는 변수를 만들어서 사용했습니다

📸 스크린샷

기능 스크린샷
GIF

📟 관련 이슈

@yangsubinn yangsubinn added Fix 오류 해결, 코드 수정 🦹t없e맑은水빈 우리 선배 이젠 타이니하지 않아 labels Mar 18, 2022
@yangsubinn yangsubinn requested review from hyun99999 and L-j-h-c March 18, 2022 12:54
@yangsubinn yangsubinn self-assigned this Mar 18, 2022
Copy link
Member

@L-j-h-c L-j-h-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 🐞

Copy link
Member

@hyun99999 hyun99999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해결방법 고민하느라 고생해써요오

Comment on lines 296 to 298
if self.feedList.count >= self.feedCountSize {
self.isFirstScroll = false
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

feedCountSize 보다 같거나 작으면 무조건 첫번째 스크롤이잖아여? must....? 를 변수에 붙여도 좋을거 같구여
의도에 맞춘다면 조건문이 > 이렇게 되야할거같아요!

@yangsubinn yangsubinn merged commit 97f061a into TeamSparker:develop Mar 19, 2022
@yangsubinn yangsubinn deleted the feature/#402 branch April 13, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix 오류 해결, 코드 수정 🦹t없e맑은水빈 우리 선배 이젠 타이니하지 않아
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 피드 게시물 하나인 경우 footer 로딩 수정
3 participants