Skip to content

Instantly share code, notes, and snippets.

@MrAlek
Created February 14, 2015 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MrAlek/8fff8d8ae9fb80f5b11a to your computer and use it in GitHub Desktop.
Save MrAlek/8fff8d8ae9fb80f5b11a to your computer and use it in GitHub Desktop.
func setupAnalytics() {
MasterViewController.self >> "Start"
AuthorViewController.self >> { "Author: \($0.author.name)" }
SettingsViewController.self >> "Settings"
OtherViewController.pageNameFunction<< // With currying!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment