descrive how to update the navbar items color.

This commit is contained in:
yannick
2015-11-27 13:30:14 +01:00
parent 4256859e0a
commit 004fdb2491
+2 -1
View File
@@ -17,4 +17,5 @@
// the green text color
#define VECTOR_GREEN_COLOR [UIColor colorWithRed:(98.0/256.0) green:(206.0/256.0) blue:(156.0/256.0) alpha:1.0]
// to update the navigation bar buttons color
// [[AppDelegate theDelegate] recentsNavigationController].navigationBar.tintColor = [UIColor greenColor];