dispatchqueue(3)
-
[iOS APP] ๋น๋๊ธฐ ์ฒ๋ฆฌ๋ฅผ ํ์ฉํ ์๋ ์ดํ _ UMC 6์ฃผ์ฐจ ๋ฏธ์
https://github.com/SohyeonKim-dev/UMC-iOS/tree/main/Week6 GitHub - SohyeonKim-dev/UMC-iOS: ๐ UMC 3rd ๊ฒฝํฌ๋ - iOS Challenge ๐ UMC 3rd ๊ฒฝํฌ๋ - iOS Challenge . Contribute to SohyeonKim-dev/UMC-iOS development by creating an account on GitHub. github.com ์์ ์ฝ๋: https://hkoonsdiary.tistory.com/14 Git-hub: https://github.com/SohyeonKim-dev/UMC-iOS/tree/main/Week6 ๋น๋๊ธฐ ์ฒ๋ฆฌ๋ฅผ ํ์ฉํ์ฌ Label๊ณผ datePicker ์์์ ๋ณ๊ฒฝํ๋ค. +..
2022.11.02 -
UMC iOS ์ธ๋ฏธ๋ 6์ฃผ์ฐจ: Thread
DispatchQueue.main() -> main ์ค๋ ๋, UI ๊ด๋ จ ์์ ์ ๋ฐ๋์ ๋ฉ์ธ ์ค๋ ๋์์๋ง! DispatchQueue.global() -> ์ด์ธ์ ๋ค์ํ ์ฒ๋ฆฌ๋ค์ ๋ฐฑ๊ทธ๋ผ์ด๋์์ == global ์ด๋, UI ๊ด๋ จ ์์ ์ main์์! ๋ฐ๋ผ์ global ๋ด๋ถ์์, UI ์ฝ๋๋ง main์ผ๋ก ๊ฐ์ผ๋ค. ๋ฐฑ๊ทธ๋ผ์ด๋์์ ๋๋ฆฌ๋ฉด์, ํด๋น ์์ ์ main์ผ๋ก ๊ฐ์ ธ๊ฐ๋ ๊ฒ ์ด์ ์ ๋์คํจ์น ํ ์ฝ๋๋ฅผ ์ ๋ ๊ฒ ์ฐ๋์ง ์ดํด๊ฐ ๊ฐ๋ค ;;
2022.10.31 -
UMC iOS 5์ฃผ์ฐจ ์ธ๋ฏธ๋ (10/17 ์์์ผ)
https://developer.apple.com/documentation/uikit/uitableviewcell/1623223-prepareforreuse If a UITableViewCell object has a reuse identifier, the table view invokes this method just before returning the object from the UITableView method dequeueReusableCell(withIdentifier:). To avoid potential performance issues, you should only reset attributes of the cell that are not related to content, for exa..
2022.10.18