Using Swiftโs Delegate Methods with Rx โ If you look into the folder named โCommonโ at [Pods>RxCocoa>]you can find two swift files, DelegateProxy.swift and DelegateProxyType.swift. DelegateProxy is a bridge that links RxSwift and Swiftโs Delegate methods, which helps you to use delegate methods, like UITableViewDelegate and MKMapViewDelegate, in RxSwift/RxCocoa. Normally we would use MapKit Delegate methods likeโฆ