[Swift] Combine 개념과 사용방법 이해하기
·
Apple/Swift
안녕하세요! 피피아노입니다🎵 이번 포스팅에서는 Swift의 Combine 프레임워크와 사용방법에 대해 알아보려고 합니다. 그럼 바로 시작하겠습니다! Combine이란?우선 애플의 개발자 문서를 보면 Combine에 대해 이렇게 나와 있습니다. "The Combine framework provides a declarative Swift API for processing values over time. These values can represent many kinds of asynchronous events. Combine declares publishers to expose values that can change over time, and subscribers to receive those value..