Skip to content

Commit

Permalink
[Add] Empty View Asset 추가(#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoonAh-dev committed Dec 3, 2021
1 parent 663af83 commit 3a64851
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CDSKit/Source/Foundation/CDSIcon.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public enum CDSIcon {
public static var addcatchuDeco: UIImage { .load(name: "addcatchuDeco") }
public static var deco: UIImage { .load(name: "deco") }
public static var levelDeco: UIImage { .load(name: "levelDeco") }
public static var decoEmpty: UIImage { .load(name: "decoEmpty") }

// MARK: - Catchu

Expand Down Expand Up @@ -118,6 +119,7 @@ public enum CDSIcon {
public static var imgLevelTag3: UIImage { .load(name: "leveltag3") }
public static var imgLevelTypo: UIImage { .load(name: "levelTypo") }
public static var imgLogo: UIImage { .load(name: "logo") }
public static var imgEmpty: UIImage { .load(name: "imgEmpty") }

}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"scale" : "1x",
"idiom" : "universal",
"filename" : "decoEmpty.png"
},
{
"filename" : "[email protected]",
"scale" : "2x",
"idiom" : "universal"
},
{
"filename" : "[email protected]",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
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" : "imgEmpty.png",
"scale" : "1x",
"idiom" : "universal"
},
{
"scale" : "2x",
"idiom" : "universal",
"filename" : "[email protected]"
},
{
"scale" : "3x",
"idiom" : "universal",
"filename" : "[email protected]"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
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.

0 comments on commit 3a64851

Please sign in to comment.