VectorDesignValues: Load Vector colors at the app load time for the life of the app

This commit is contained in:
manuroe
2016-02-05 15:21:00 +01:00
parent 314f9547d1
commit 485f79b51e
29 changed files with 132 additions and 93 deletions
+3 -3
View File
@@ -47,9 +47,9 @@
self.thumbnailView.clipsToBounds = YES;
// apply the vector colours
self.bottomLineSeparator.backgroundColor = VECTOR_SILVER_COLOR;
self.topLineSeparator.backgroundColor = VECTOR_SILVER_COLOR;
self.lastPresenceLabel.textColor = VECTOR_TEXT_GRAY_COLOR;
self.bottomLineSeparator.backgroundColor = kVectorColorSiver;
self.topLineSeparator.backgroundColor = kVectorColorSiver;
self.lastPresenceLabel.textColor = kVectorTextColorGray;
}
- (void)setShowCustomAccessoryView:(BOOL)show