This was a tricky one to figure out myself but this covers everything (back arrow color, back button color, title, title color, navigation bar color, transparency, etc). [code] //set bar color [self.navigationController.navigationBar setBarTintColor:[UIColor colorWithRed:85.0/255.0 green:143.0/255.0 blue:220.0/255.0 alpha:1.0]]; //optional, i don’t want my bar to be translucent [self.navigationController.navigationBar setTranslucent:NO]; //set title and title color [self.navigationItem setTitle:@"Title"]; […]
Projects
-
Recent Posts
- The Pre-Raphaelite Brotherhood, Ophelia, and Life January 12, 2022
- ‘A Book of Visual Signalwave’ my first independent success March 13, 2020
- Hit 250 followers on twitter with 31 episodes April 11, 2019
- WordPress Meet up in Raleigh for help? April 6, 2019
- 2017 wrap up December 29, 2017