Skip to content

Instantly share code, notes, and snippets.

@mamaz
Created September 8, 2015 09:47
Show Gist options
  • Save mamaz/3564bf4c6c5bf984ccef to your computer and use it in GitHub Desktop.
Save mamaz/3564bf4c6c5bf984ccef to your computer and use it in GitHub Desktop.
Make sure one cell has only one button tap subscriber
// make sure one cell has one subscriber
[[thumbnailCell.checkMarkSignals
takeUntil:cell.rac_prepareForReuseSignal]
subscribeNext:^(id x) {}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment