-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
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.
👍 🐞
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.
해결방법 고민하느라 고생해써요오
if self.feedList.count >= self.feedCountSize { | ||
self.isFirstScroll = false | ||
} |
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.
feedCountSize 보다 같거나 작으면 무조건 첫번째 스크롤이잖아여? must....? 를 변수에 붙여도 좋을거 같구여
의도에 맞춘다면 조건문이 > 이렇게 되야할거같아요!
Merge branch 'develop' of https://github.com/TeamSparker/Spark-iOS into feature/TeamSparker#402
🔥Pull requests
⛳️ 작업한 브랜치
👷 작업한 내용
피드 게시물 하나인 경우 footer 로딩 막기
🚨참고 사항
새로운 변수 안만들고 하려고 countSize도 써보고 했는데, 쉽지 않아서
isFirstScroll
이라는 변수를 만들어서 사용했습니다📸 스크린샷
📟 관련 이슈