Skip to content

Instantly share code, notes, and snippets.

@dasmer
Created August 29, 2014 03:02
Show Gist options
  • Save dasmer/9de7f4c5926cd0eb460c to your computer and use it in GitHub Desktop.
Save dasmer/9de7f4c5926cd0eb460c to your computer and use it in GitHub Desktop.
[SkyLab abTestWithName:@"Title" A:^{
self.titleLabel.text = NSLocalizedString(@"Hello, World!", nil);
} B:^{
self.titleLabel.text = NSLocalizedString(@"Greetings, Planet!", nil);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment