Skip to content

Instantly share code, notes, and snippets.

@vasarhelyia
Created August 30, 2015 09:37
Show Gist options
  • Select an option

  • Save vasarhelyia/05e1f7491b34e2e49172 to your computer and use it in GitHub Desktop.

Select an option

Save vasarhelyia/05e1f7491b34e2e49172 to your computer and use it in GitHub Desktop.
startTimeTextField
self.startTimeTextField.rac_signalForControlEvents(.EditingDidBegin).toSignalProducer()
|> start(next: { _ in
self.dismissKeyboards()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment