๊ณต๋ถ€ ์—ฐ์Šต์žฅ :-)

TIL_20180601 ~ 20180608

|

2018.06.01

  • Codable: Codableํ”„๋กœํ† ์ฝœ์„ ์‚ฌ์šฉํ•˜์—ฌ JSONSerialization์—†์ด ๋ฐ”๋กœ Dataํƒ€์ž…์„ ๊ฐ์ฒด๋กœ ๋ณ€ํ™˜ํ•  ์ˆ˜ ์žˆ์—ˆ์Œ
  • ๋ณ€ํ™˜์„ ์›ํ•˜๋Š” ๊ฐ์ฒด๋Š” Codableํƒ€์ž…์ด์–ด์•ผ ํ•จ

2018.06.05

  • ํ”„๋กœํผํ‹ฐ ์˜ต์ €๋ฒ„ didSet
  • ํ…Œ์ด๋ธ”๋ทฐ์˜ ์…€ ๋†’์ด ์ž๋™์ง€์ •
    • tableView.rowHeight = UITableViewAutomaticDimension

2018.06.07

  • Contact ํ”„๋ ˆ์ž„์›Œํฌ
  • youtube์—์„œ ์‰ฌ์šด ํŠœํ† ๋ฆฌ์–ผ์„ ์ฐพ์•˜๋‹ค. ๊ทธ๋ƒฅ ์ง„์ž‘์— ์ด๊ฑฐ๋ถ€ํ„ฐ ๋”ฐ๋ผํ• ๊ฑธใ… ใ… ใ… ..
  • privacy-sensitive data์— ๋Œ€ํ•ด์„œ access๊ถŒํ•œ ์š”์ฒญํ•˜๊ธฐ
    • ์ฃผ์†Œ๋ก๊ฐ™์€ privateํ•œ ๋ฐ์ดํ„ฐ์— ์ ‘๊ทผํ• ๋•Œ๋Š” ๋ฐ˜๋“œ์‹œ ์‚ฌ์šฉ์ž์—๊ฒŒ ์ ‘๊ทผ๊ถŒํ•œ์„ ์š”์ฒญํ•ด์•ผํ•จ. ์ด๊ฑด Info.plist์—์„œ ์„ค์ •ํ•  ์ˆ˜ ์žˆ๋Š”๋ฐ ์•ˆ๊ทธ๋Ÿฌ๋ฉด ์•ฑ์ด ์•„๋ž˜์˜ ์—๋Ÿฌ๋ฅผ ๋ฑ‰๊ณ  ์ฃฝ์–ด๋ฒ„๋ฆผ. ์—๋Ÿฌ์—์„œ ์นœ์ ˆํ•˜๊ฒŒ๋„ ํ•ด๊ฒฐ๋ฐฉ๋ฒ•์„ ์•Œ๋ ค์ค˜์„œ ๊ธฐ๋ก!
    • This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSContactsUsageDescription key with a string value explaining to the user how the app uses this data.
    • ํ•ด๊ฒฐ๋ฐฉ๋ฒ•: Info.plistํŒŒ์ผ๋กœ ๊ฐ€์„œ Information Property List ์—์„œ +๋ฒ„ํŠผ ๋ˆ„๋ฅด๊ณ  Privacy - Contacts ์ถ”๊ฐ€ํ•˜์—ฌ description์“ฐ๊ธฐ!

Comments