From 004fdb249169afee3eb53b250f0fb2e640ee9ae9 Mon Sep 17 00:00:00 2001 From: yannick Date: Fri, 27 Nov 2015 13:30:14 +0100 Subject: [PATCH] descrive how to update the navbar items color. --- Vector/Utils/VectorDesignValues.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vector/Utils/VectorDesignValues.h b/Vector/Utils/VectorDesignValues.h index 245539f0b..07e82e9a9 100644 --- a/Vector/Utils/VectorDesignValues.h +++ b/Vector/Utils/VectorDesignValues.h @@ -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];