ReactiveViewModel icon indicating copy to clipboard operation
ReactiveViewModel copied to clipboard

Using forwardSignalWhileActive to fix KVO performance on iOS 9.

Open KiranPanesar opened this issue 9 years ago • 0 comments

Hi! I'm trying to work around #2383. We're using a few RACSignals in our UICollectionViewCells, so we are hitting the performance issues pretty quickly.

I saw some talk on #12 about using -forwardSignalWhileActive: to dispose upon deactivation, and resubscribe upon activation.

Will disposing on the signal in this manner trigger an 'un-observe' on KVO?

KiranPanesar avatar Nov 07 '15 21:11 KiranPanesar