Zhigang Fang 4c13f232c0 Add LICENSE
2016-03-20 12:57:56 +08:00
2016-03-20 11:53:17 +08:00
2016-03-20 11:53:17 +08:00
2016-03-20 11:16:31 +08:00
2016-03-20 11:16:31 +08:00
2016-03-20 11:53:17 +08:00
2016-03-20 12:57:56 +08:00
2016-03-20 11:43:51 +08:00

on

Swift implementation on jQuery like event API

Ever get tired of writting add target action selector???

try this.

button.on(.TouchUpInside) { (button, event) in
  print("This is much cooler than adding a target action")
}

textField.on(.EditingChanged) { _ in
  print("Works on all UIControls")
}
Description
No description provided
Readme MIT 44 KiB
Languages
Swift 100%