diff --git a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS.xcodeproj/project.xcworkspace/xcuserdata/kyun.xcuserdatad/UserInterfaceState.xcuserstate b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS.xcodeproj/project.xcworkspace/xcuserdata/kyun.xcuserdatad/UserInterfaceState.xcuserstate index 3917acc..e545023 100644 Binary files a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS.xcodeproj/project.xcworkspace/xcuserdata/kyun.xcuserdatad/UserInterfaceState.xcuserstate and b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS.xcodeproj/project.xcworkspace/xcuserdata/kyun.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Common/Consts/Image.swift b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Common/Consts/Image.swift index e83d59f..a407de0 100644 --- a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Common/Consts/Image.swift +++ b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Common/Consts/Image.swift @@ -35,6 +35,7 @@ public enum Image { public static let homeMenuIcon = UIImage(named: "home_ic_menu") public static let homeBellIcon = UIImage(named: "home_ic_bell") public static let homeDownIcon = UIImage(named: "home_ic_down") + public static let homeAdvertisingImage = UIImage(named: "home_img_advertising") // MARK: - Sale diff --git a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/Contents.json b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/Contents.json new file mode 100644 index 0000000..387f3ad --- /dev/null +++ b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "advertisingImage@1x.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "advertisingImage@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "advertisingImage@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@1x.png b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@1x.png new file mode 100644 index 0000000..4b29935 Binary files /dev/null and b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@1x.png differ diff --git a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@2x.png b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@2x.png new file mode 100644 index 0000000..c5fe887 Binary files /dev/null and b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@2x.png differ diff --git a/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@3x.png b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@3x.png new file mode 100644 index 0000000..c42d541 Binary files /dev/null and b/SOPT-32nd-APP4-CarrotiOS/SOPT-32nd-APP4-CarrotiOS/Resource/Assets.xcassets/home_img_advertising.imageset/advertisingImage@3x.png differ