Skip to content

Instantly share code, notes, and snippets.

@bradtheappguy
Created June 11, 2013 17:40
Show Gist options
  • Save bradtheappguy/5758987 to your computer and use it in GitHub Desktop.
Save bradtheappguy/5758987 to your computer and use it in GitHub Desktop.
Reorder the tabs for the R1 Effects SDK
//To reorder the tabs in the R1 Effects SDK for iOS
//add the following code before enabling the SDK
NSArray *demoTabs = @[@"R1TabEffects", @"R1TabBorders", @"R1TabStickers", @"R1TabText"];
[[NSUserDefaults standardUserDefaults] setObject:demoTabs forKey:@"R1TabSetupList"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment