You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi! I'm trying to work around #2383. We're using a few
RACSignal
s in ourUICollectionViewCell
s, 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?
The text was updated successfully, but these errors were encountered: