From 0bae2740dce1d3d1be5830a527c40302a7ea9646 Mon Sep 17 00:00:00 2001 From: wooooooong Date: Mon, 28 Aug 2017 16:07:01 +0900 Subject: [PATCH] =?UTF-8?q?170828=20#207=20=EB=B9=88=EB=B3=84=20=ED=91=9C?= =?UTF-8?q?=EA=B8=B0=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pyunrihae.xcodeproj/project.pbxproj | 20 +- .../pyunrihae/Base.lproj/Main.storyboard | 390 +++++++++--------- iOSProject/pyunrihae/pyunrihae/Image.swift | 14 + .../ProductDetailViewController.swift | 22 +- .../ProductReviewTableViewCell.swift | 2 +- .../pyunrihae/ReviewTableViewCell.swift | 2 +- .../pyunrihae/ReviewViewController.swift | 14 +- iOSProject/pyunrihae/pyunrihae/empty_star.png | Bin 0 -> 1285 bytes iOSProject/pyunrihae/pyunrihae/star3.png | Bin 1622 -> 3223 bytes iOSProject/pyunrihae/pyunrihae/star4.png | Bin 3223 -> 1622 bytes 10 files changed, 255 insertions(+), 209 deletions(-) create mode 100644 iOSProject/pyunrihae/pyunrihae/empty_star.png diff --git a/iOSProject/pyunrihae/pyunrihae.xcodeproj/project.pbxproj b/iOSProject/pyunrihae/pyunrihae.xcodeproj/project.pbxproj index 009634d2..45c805f5 100644 --- a/iOSProject/pyunrihae/pyunrihae.xcodeproj/project.pbxproj +++ b/iOSProject/pyunrihae/pyunrihae.xcodeproj/project.pbxproj @@ -43,6 +43,7 @@ 989FA7A01F52BEC8001D1E42 /* Popup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 989FA79F1F52BEC8001D1E42 /* Popup.swift */; }; 989FA7A41F52E2BA001D1E42 /* ic_check.png in Resources */ = {isa = PBXBuildFile; fileRef = 989FA7A31F52E2BA001D1E42 /* ic_check.png */; }; 989FA7A61F53DAA0001D1E42 /* Segue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 989FA7A51F53DAA0001D1E42 /* Segue.swift */; }; + 989FA7A81F53EA9A001D1E42 /* empty_star.png in Resources */ = {isa = PBXBuildFile; fileRef = 989FA7A71F53EA9A001D1E42 /* empty_star.png */; }; 98B394861F4D59190071BB8B /* ProductAllergyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98B394851F4D59190071BB8B /* ProductAllergyViewController.swift */; }; 98B394881F4E5EDA0071BB8B /* MainProduct.xib in Resources */ = {isa = PBXBuildFile; fileRef = 98B394871F4E5EDA0071BB8B /* MainProduct.xib */; }; 98B3948A1F4E63230071BB8B /* MainProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98B394891F4E63230071BB8B /* MainProduct.swift */; }; @@ -104,8 +105,8 @@ 98F1730A1F32EDB70044FD0D /* pyunrihaeUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98F173091F32EDB70044FD0D /* pyunrihaeUITests.swift */; }; 98F865831F43FB1A00C2F333 /* star1.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F8657E1F43FB1A00C2F333 /* star1.png */; }; 98F865841F43FB1A00C2F333 /* star2.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F8657F1F43FB1A00C2F333 /* star2.png */; }; - 98F865851F43FB1A00C2F333 /* star3.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865801F43FB1A00C2F333 /* star3.png */; }; - 98F865861F43FB1A00C2F333 /* star4.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865811F43FB1A00C2F333 /* star4.png */; }; + 98F865851F43FB1A00C2F333 /* star4.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865801F43FB1A00C2F333 /* star4.png */; }; + 98F865861F43FB1A00C2F333 /* star3.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865811F43FB1A00C2F333 /* star3.png */; }; 98F865871F43FB1A00C2F333 /* star5.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865821F43FB1A00C2F333 /* star5.png */; }; 98F8658B1F44021000C2F333 /* logo_cu.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865881F44021000C2F333 /* logo_cu.png */; }; 98F8658C1F44021000C2F333 /* logo_7eleven.png in Resources */ = {isa = PBXBuildFile; fileRef = 98F865891F44021000C2F333 /* logo_7eleven.png */; }; @@ -190,6 +191,7 @@ 989FA79F1F52BEC8001D1E42 /* Popup.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Popup.swift; sourceTree = ""; }; 989FA7A31F52E2BA001D1E42 /* ic_check.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ic_check.png; sourceTree = ""; }; 989FA7A51F53DAA0001D1E42 /* Segue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Segue.swift; sourceTree = ""; }; + 989FA7A71F53EA9A001D1E42 /* empty_star.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = empty_star.png; sourceTree = ""; }; 98B394851F4D59190071BB8B /* ProductAllergyViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProductAllergyViewController.swift; sourceTree = ""; }; 98B394871F4E5EDA0071BB8B /* MainProduct.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainProduct.xib; sourceTree = ""; }; 98B394891F4E63230071BB8B /* MainProduct.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainProduct.swift; sourceTree = ""; }; @@ -258,8 +260,8 @@ 98F1730B1F32EDB80044FD0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 98F8657E1F43FB1A00C2F333 /* star1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star1.png; sourceTree = ""; }; 98F8657F1F43FB1A00C2F333 /* star2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star2.png; sourceTree = ""; }; - 98F865801F43FB1A00C2F333 /* star3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star3.png; sourceTree = ""; }; - 98F865811F43FB1A00C2F333 /* star4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star4.png; sourceTree = ""; }; + 98F865801F43FB1A00C2F333 /* star4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star4.png; sourceTree = ""; }; + 98F865811F43FB1A00C2F333 /* star3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star3.png; sourceTree = ""; }; 98F865821F43FB1A00C2F333 /* star5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = star5.png; sourceTree = ""; }; 98F865881F44021000C2F333 /* logo_cu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo_cu.png; sourceTree = ""; }; 98F865891F44021000C2F333 /* logo_7eleven.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo_7eleven.png; sourceTree = ""; }; @@ -392,8 +394,9 @@ 98F865931F4407A700C2F333 /* ic_ranking.png */, 98F865941F4407A700C2F333 /* ic_review_selected.png */, 98F865951F4407A700C2F333 /* ic_review.png */, - 98F865801F43FB1A00C2F333 /* star3.png */, - 98F865811F43FB1A00C2F333 /* star4.png */, + 989FA7A71F53EA9A001D1E42 /* empty_star.png */, + 98F865801F43FB1A00C2F333 /* star4.png */, + 98F865811F43FB1A00C2F333 /* star3.png */, 98F865821F43FB1A00C2F333 /* star5.png */, 9865E5171F39C2A000014795 /* stars.png */, 98F172F51F32EDB70044FD0D /* Info.plist */, @@ -699,7 +702,7 @@ 98F8658C1F44021000C2F333 /* logo_7eleven.png in Resources */, 98CBA0C41F467EE5003D0370 /* ic_dropdown.png in Resources */, 98F8659A1F4407A700C2F333 /* ic_ranking_selected.png in Resources */, - 98F865851F43FB1A00C2F333 /* star3.png in Resources */, + 98F865851F43FB1A00C2F333 /* star4.png in Resources */, 98CBA0BE1F458E87003D0370 /* ic_login_enabled.png in Resources */, 98CBA0C01F466919003D0370 /* ic_review_write.png in Resources */, 98F8658D1F44021000C2F333 /* logo_gs25.png in Resources */, @@ -710,9 +713,10 @@ 98DED89C1F41732700CC4D63 /* Main.storyboard in Resources */, 0E9724EC1F52905100AAAD91 /* ic_google_sign_in.png in Resources */, 98F865A31F442A3000C2F333 /* bg_login.png in Resources */, - 98F865861F43FB1A00C2F333 /* star4.png in Resources */, + 98F865861F43FB1A00C2F333 /* star3.png in Resources */, 98CBA0B61F458AFC003D0370 /* ic_user.png in Resources */, 98F865B11F44340E00C2F333 /* ic_complete.png in Resources */, + 989FA7A81F53EA9A001D1E42 /* empty_star.png in Resources */, 98CBA0D21F46AF3B003D0370 /* ic_nickname.png in Resources */, 98CBA0CD1F468536003D0370 /* ic_like_filled.png in Resources */, 98D9F2DF1F418DF3009D0E10 /* LICENSE in Resources */, diff --git a/iOSProject/pyunrihae/pyunrihae/Base.lproj/Main.storyboard b/iOSProject/pyunrihae/pyunrihae/Base.lproj/Main.storyboard index a25aca80..1c330a28 100644 --- a/iOSProject/pyunrihae/pyunrihae/Base.lproj/Main.storyboard +++ b/iOSProject/pyunrihae/pyunrihae/Base.lproj/Main.storyboard @@ -1,6 +1,6 @@ - + @@ -23,11 +23,11 @@ - + - + @@ -56,7 +56,7 @@ - + @@ -77,14 +77,14 @@ - + - + - + @@ -96,13 +96,13 @@ - + - + @@ -139,21 +139,21 @@ - + - + - + - + - + @@ -759,7 +759,7 @@ - + @@ -770,25 +770,25 @@ - + - + - + - + - + - + @@ -820,7 +820,7 @@ - + - + - + @@ -992,7 +992,7 @@ - + @@ -1023,14 +1023,14 @@ - + - + - + - + + + + + + + + + - + +