-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug] Sever Reconnect #193
Conversation
let lastID: Int | ||
let lastCount: Int | ||
let drive: [DriveElement] |
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.
p2;
์ ํฌ ID๋ Id๋ก ๋ง์ด ์จ์
lastId๋ก ๋ฐ๊พธ๊ณ condingkeys๋ฅผ ๋ฃ๋๊ฒ ์ด๋จ๊น์?
var tags = [element.region, element.theme, | ||
element.warning ?? ""] as [String] |
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.
p4;
์ด ๋ถ๋ถ DriveElement model ์ชฝ์์ ํจ์๋ฅผ ๋ง๋ค์ด์ ์ฌ์ฉํ๋ ๊ฒ๋ ๊ด์ฐฎ์ ๊ฒ ๊ฐ์์!
DriveElement ์ฝ๋ ์ชฝ์์
func getTagTextList() โ [String]{
return [element.region, element.theme, element.warning ?? ""]
}
cell.setData(image: element.image, | ||
title: element.title, | ||
tagCount: tags.count, | ||
tagArr: tags, | ||
isFavorite: element.drive[indexPath.row].isFavorite, | ||
postID: element.drive[indexPath.row].postID) | ||
isFavorite: element.isFavorite, | ||
postID: element.postID) |
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.
p4;
ํน์ ์ด ๋ถ๋ถ์ ํ๋ผ๋ฏธํฐ๋ก element๋ฅผ ๋๊ฒจ์ฃผ๊ณ ์ฒ๋ฆฌํ๋๊ฑด ์ด๋จ๊น์?
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.
์ ์ฒด์ ์ผ๋ก ๋๋ฒ๊น
์ฉ print๊ฐ ๋์ด์๋๋ฐ ์ด ๋ถ๋ถ์ ์ด๋ป๊ฒ ๊ฐ์ ํ ์ ์์์ง ๊ณ ๋ฏผ์ด ๋๋๊ตฐ์,,,
์ผ๋จ ๊ธฐ๋ฅ์์ ๋ฌธ์ ๋ ์์ด์ ์ดํ๋ฃนํด์~
๐ ๊ด๋ จ ์ด์
closed: #177
๐ ๋ณ๊ฒฝ ์ฌํญ ๋ฐ ์ด์
ํ ๋ง ์๋ฒ๋ฅผ ์ฌ์ฐ๊ฒฐ ํ์ต๋๋น!
๐ PR Point
์ต๋ฒ์จ ์ฐธ๊ณ ํ์ธ์ฉ!
๐ ์ฐธ๊ณ ์ฌํญ