hongmhoon
Results
1
comments of
hongmhoon
This is my solution. ```swift override func prepareForReuse() { super.prepareForReuse() rx.clearDisposeBag() } ``` with ```swift public extension Reactive where Base: AnyObject { public func clearDisposeBag() { synchronizedBag { objc_setAssociatedObject(base, &disposeBagContext,...