Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Using forwardSignalWhileActive to fix KVO performance on iOS 9. #47

Open
KiranPanesar opened this issue Nov 7, 2015 · 0 comments
Open

Comments

@KiranPanesar
Copy link

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 KiranPanesar changed the title Using -forwardSignalWhileActive: to fix KVO performance on iOS 9. Using forwardSignalWhileActive to fix KVO performance on iOS 9. Nov 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant