Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't encourage -rac_liftSelector:withSignals: for subscription #75

Merged
merged 1 commit into from
Feb 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Documentation/DesignGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,6 @@ subscriptions and disposal:
* The [RAC()][RAC] or [RACChannelTo()][RACChannelTo] macros can be used to bind
a signal to a property, instead of performing manual updates when changes
occur.
* The [-rac_liftSelector:withSignals:][NSObject+RACLifting] method can be used
to automatically invoke a selector when one or more signals fire.
* Operators like [-takeUntil:][RACSignal+Operations] can be used to
automatically dispose of a subscription when an event occurs (like a "Cancel"
button being pressed in the UI).
Expand Down