#runtime

CombineCocoa 已有一段时间未更新,但其中许多代码仍能正常工作,比如 Delegate 的这部分。 今天我们先从这部分代码入手,看看如何使用 Combine 拦截 UIKit 中的各类 delegate 对象,再深入探讨其背后的 Runtime 实现。