Project code for MainViewController.swift does not have import RxCocoa
, which is necessary for private let images = BehaviorRelay<[UIImage]>(value: [])
to compile.
Podfile needs pod 'RxCocoa', '4.4.1'
added just below the pod RxSwift
line.
Project code for MainViewController.swift does not have import RxCocoa
, which is necessary for private let images = BehaviorRelay<[UIImage]>(value: [])
to compile.
Podfile needs pod 'RxCocoa', '4.4.1'
added just below the pod RxSwift
line.
@dcdude Thank you for the heads up - much appreciated! :]
This topic was automatically closed after 166 days. New replies are no longer allowed.