TIL_20180601 ~ 20180608
01 Jun 2018
|
TIL
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