Tag: foundation
All the articles with the tag "foundation".
-
UserDefaults를 사용하는 방법
• 1 min readiOS에서는 사용자 설정 같이 정보량이 적은 데이터들을 앱이 설치되어 있는 동안 저장하여 사용할 수 있습니다. 바로 `UserDefaults`를 사용해서 저장하는 방법입니다. `UserDefaults`는 integer, boolean, string, array, dictionary...