yoogail105 / KkokkoSwift

꼬리에 꼬리를 무는 swift 개념 정리
28 stars 0 forks source link

# Data Binding #58

Open yoogail105 opened 2 years ago

yoogail105 commented 2 years ago

Data Binding

MVVM에서 Data Binding

Observing

종류

  1. Property Observer
  2. Closure
  3. KVO(Key-Value Observing)
  4. Notification
  5. Delegate
  6. RxSwift
  7. Combine

🔖 참고