ios - Passing Data through ViewControllers - Make settings page -
so i've been having problem while , if can bring me onto right path appreciate it. making app settings button. whenever enable segmentedcontrol or uiswitch, , go back default. want have segmented control change color. have set colors info want change on view controller #1. how make settings page keep changes. heres code far. - (ibaction)colorcontroller:(id)sender { if (controller.selectedsegmentindex == 0) { //app title text color apptitle.textcolor = [uicolor colorwithred:1.00 green:1.00 blue:0.00 alpha:1.0]; //background color when selected controller.tintcolor = [uicolor colorwithred:1.00 green:1.00 blue:0.00 alpha:1.0]; //the font of selected nsdictionary *fontcolor = [nsdictionary dictionarywithobjectsandkeys: [uicolor blackcolor],nsforegroundcolorattributename, nil]; [controller settitletextattributes:fontcolor forstate:uicontrolstateselected]; } if (controller.selectedseg...