Skip to content

Commit

Permalink
➕[ADD] #285 - home banner로 사용할 이미지 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hryeong66 committed Jul 27, 2022
1 parent e784d0a commit c40a09a
Show file tree
Hide file tree
Showing 20 changed files with 101 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "imgHomeBannerAboutCharo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "imgHomeBannerCarTheater.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "imgHomeBannerGangneung.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "imgHomeBannerPlaylist.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions ChaRo-iOS/ChaRo-iOS/Resource/Literals/ImageLiterals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ enum ImageLiterals {
static var imgAboutBanner1: UIImage{ .load(name: "ImgAboutBanner1") }
static var imgAboutBanner2: UIImage{ .load(name: "ImgAboutBanner2") }
static var imgAboutBanner3: UIImage{ .load(name: "ImgAboutBanner3") }
static var imgAboutCharo1: UIImage{ .load(name: "imgAboutCharo1") }
static var imgAboutCharo2: UIImage{ .load(name: "imgAboutCharo2") }
static var imgAboutCharo4: UIImage{ .load(name: "imgAboutCharo4") }

static var imgAlbumByAnt: UIImage{ .load(name: "imgAlbumByAnt") }
static var imgAlbumByBaynk: UIImage{ .load(name: "imgAlbumByBaynk") }
Expand All @@ -148,15 +151,17 @@ enum ImageLiterals {
static var imgAlbumByPale: UIImage{ .load(name: "imgAlbumByPale") }
static var imgAlbumByVirginia: UIImage{ .load(name: "imgAlbumByVirginia") }

static var imgAboutCharo1: UIImage{ .load(name: "imgAboutCharo1") }
static var imgAboutCharo2: UIImage{ .load(name: "imgAboutCharo2") }
static var imgAboutCharo4: UIImage{ .load(name: "imgAboutCharo4") }

static var imgGangneungCourse1: UIImage{ .load(name: "imgGangneungCourse1") }
static var imgGangneungCourse2: UIImage{ .load(name: "imgGangneungCourse2") }

static var imgHomeBannerAboutCharo: UIImage{ .load(name: "imgHomeBannerAboutCharo") }
static var imgHomeBannerCarTheater: UIImage{ .load(name: "imgHomeBannerCarTheater") }
static var imgHomeBannerGangneung: UIImage{ .load(name: "imgHomeBannerGangneung") }
static var imgHomeBannerPlaylist: UIImage{ .load(name: "imgHomeBannerPlaylist") }

static var imgPlaylistBanner: UIImage{ .load(name: "imgPlaylistBanner") }
static var imgSpringPlaylistText: UIImage{ .load(name: "imgSpringPlaylistText") }

}

extension UIImage {
Expand Down

0 comments on commit c40a09a

Please sign in to comment.