We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
button.addTarget(self, action: "follow", forControlEvents: .TouchUpInside)
Becomes:
button.tap(follow)
This is shorter and less error-prone since follow is is not referenced by a string value anymore \o/
follow