Skip to content

Instantly share code, notes, and snippets.

@joanromano
Created September 17, 2014 15:08
Show Gist options
  • Save joanromano/c12b476f087e22903c51 to your computer and use it in GitHub Desktop.
Save joanromano/c12b476f087e22903c51 to your computer and use it in GitHub Desktop.
RAC UITextfields
@weakify(self)
[[self.firstTextField rac_signalForControlEvents:UIControlEventEditingDidEndOnExit]
subscribeNext:^(id x) {
@strongify(self)
[self.secondTextField becomeFirstResponder];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment