Skip to content

Commit

Permalink
[Add/#29] Challenge - Assets 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe0929 committed Jan 8, 2024
1 parent e457a4f commit 478ad62
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
4 changes: 4 additions & 0 deletions HMH_iOS/HMH_iOS/Global/Literals/Literal/Image.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ enum ImageLiterals {
static var icMyPage: UIImage { .load(named: "third_default") }
static var icMyPageSelected: UIImage { .load(named: "third_active") }
}

enum Challenge {
static var icPlus: UIImage { .load(named: "Minus_XL") }
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "Minus_XL.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,18 @@
//
// AppAddButtonView.swift
// HMH_iOS
//
// Created by 지희의 MAC on 1/8/24.
//

import SwiftUI

struct AppAddButtonView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}

#Preview {
AppAddButtonView()
}

0 comments on commit 478ad62

Please sign in to comment.