We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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