From 7accdd942a07dcd64cfde80673df0d1e6842c5df Mon Sep 17 00:00:00 2001 From: ylzheng Date: Mon, 23 Nov 2015 21:56:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E4=B8=80=E4=B8=8B=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librx/Base.lproj/Main.storyboard | 10 +++++----- librx/ExploreCollectionReusableView.swift | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/librx/Base.lproj/Main.storyboard b/librx/Base.lproj/Main.storyboard index f0ae817..e0a885e 100644 --- a/librx/Base.lproj/Main.storyboard +++ b/librx/Base.lproj/Main.storyboard @@ -616,7 +616,7 @@ - + @@ -740,7 +740,7 @@ - + @@ -790,7 +790,7 @@ - + @@ -1545,8 +1545,8 @@ - - + + diff --git a/librx/ExploreCollectionReusableView.swift b/librx/ExploreCollectionReusableView.swift index d71781a..a39f0c9 100644 --- a/librx/ExploreCollectionReusableView.swift +++ b/librx/ExploreCollectionReusableView.swift @@ -22,7 +22,7 @@ class ExploreCollectionViewController: UICollectionViewController, UICollectionV private var searchController:UISearchController! - private var colors: [String] = ["#FB7F5A", "#1276EF", "#52D5CD", "#FED51D"] + private var colors: [String] = ["#FB7F5A", "#1276EF", "#525C89", "#FED51D"] weak var delegate: ExploreCollectionViewController?