본문 바로가기
반응형

#모바일 [Mobile]/iOS41

[iOS] Core Data Lecture 10: Core Data 🗂 CoreData Apple Developer Documentation developer.apple.com 🇺🇸 Overview Use Core Data to save your application’s permanent data for offline use, to cache temporary data, and to add undo functionality to your app on a single device. Through Core Data’s Data Model editor, you define your data’s types and relationships, and generate respective class definitions. Core Data can.. 2020. 9. 21.
[iOS] Swift C/C++ Language Type (C/C++ Interoperability) 카테고리 (Category) 작성 날짜 (Write Date) 최근 수정 날자 (Recent Write Date) 작성자 (Writer) iOS 2020.07.18. 13:11 2021.10.31. 21:08:59 Dev.Yang 🗂 Swift Lanuage C/C++ Interoperability Type C Language Data Type Swift (C Interoperability) Type Typealias bool CBool Bool char,unsigned char CChar, CUnsignedChar Int8, UInt8 short, unsigned short CShort, CUnsignedShort Int16, UInt16 int, unsigned int CInt, CUnsignedIn.. 2020. 7. 18.
[iOS] UTC 날짜 및 다양한 날짜 포멧 (UTC Date and Time in Various Formats) Category Written Date Recent Written Date Writer iOS 2021.12.07. 01:12 2020.07.11. 20:55 Dev.Yang 📅 UTC Date and Time in Various Formats UTC Format ISO-8601 2020-07-11T06:26:25+0000 RFC 2822 Sat, 11 Jul 2020 06:26:25 +0000 RFC 850 Saturday, 11-Jul-20 06:26:25 UTC RFC 1036 Sat, 11 Jul 20 06:26:25 +0000 RFC 1123 Sat, 11 Jul 2020 06:26:25 +0000 RFC 822 Sat, 11 Jul 20 06:26:25 +0000 RFC 3339 2020-07.. 2020. 7. 11.
[iOS] Swift 고차 함수 (Higher-order function) 카테고리 (Category) 작성 날짜 (Write Date) 최근 수정 날자 (Recent Write Date) 작성자 (Writer) iOS 2020-06-05 15:33 2021.12.02. 23:34 Dev.Yang 고차 함수(Higher-order function)는 ‘다른 함수를 전달 인자로 받거나 함수 실행의 결과를 함수로 반환하는 함수’를 뜻합니다. 스위프트의 함수는 일급 시민이기 때문에 함수의 전달 인자로 함수를 전달할 수 있으며, 함수를 결괏값으로 반환할 수 있습니다. 또한, Swift의 대표적인 고차 함수로는 filter, reduce, map, compactMap 등이 있습니다. 또한, map, filter, reduce 함수는 스위프트 표준 라이브러리의 컨테이너 타입(Array, .. 2020. 6. 5.
반응형