Created
June 11, 2013 17:40
-
-
Save bradtheappguy/5758987 to your computer and use it in GitHub Desktop.
Reorder the tabs for the R1 Effects SDK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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