Skip to content

Instantly share code, notes, and snippets.

@toshi0383
Created October 4, 2015 01:40
Show Gist options
  • Select an option

  • Save toshi0383/2cb0c3b1adbbc75d293b to your computer and use it in GitHub Desktop.

Select an option

Save toshi0383/2cb0c3b1adbbc75d293b to your computer and use it in GitHub Desktop.
SwiftBond。短いは正義。まあ正直読みやすくはない。ちなみにreduceのパラメータ省略して$0, $1 とするとSegmentation Fault 11。 #CodePiece
reduce(username.dynText, dB: password.dynText, dC: passwordVerification.dynText)
{ user, pass, v in
return [user, pass, v].reduce(true)
{(v, e) in
return !v ? false : e.characters.count > 0
}
} ->> button.dynEnabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment