Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
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

Description

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?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions