I would like to save an array of view controllers in NSUserDefaults, but I am not sure how:
[[NSUserDefaults standardUserDefaults] setObject:tabBarController.viewControllers forKey:@"tabOrder"];
When I read the above line, my tabBarController.viewControllers is blank.