Skip to content

Commit

Permalink
[Chore] Health-Food-Me#60 - 지도 어셋 추가 및 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
L-j-h-c committed Jul 13, 2022
1 parent 062eb8e commit e9b2e60
Show file tree
Hide file tree
Showing 34 changed files with 194 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ struct MainMapCategory {
let menuName: String
let menuIcon: UIImage

static let categorySample: [MainMapCategory] = [MainMapCategory(menuName: "샐러드", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "포케", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "샌드위치", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "샤브샤브", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "보쌈", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "고깃집", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "덮밥", menuIcon: ImageLiterals.Map.scrapIcon!), MainMapCategory(menuName: "키토김밥", menuIcon: ImageLiterals.Map.scrapIcon!)]
static let categorySample: [MainMapCategory] = [MainMapCategory(menuName: "샐러드", menuIcon: ImageLiterals.Map.saladIcon!), MainMapCategory(menuName: "포케", menuIcon: ImageLiterals.Map.pokeIcon!), MainMapCategory(menuName: "샌드위치", menuIcon: ImageLiterals.Map.sandwichIcon!), MainMapCategory(menuName: "샤브샤브", menuIcon: ImageLiterals.Map.shabushabuIcon!), MainMapCategory(menuName: "보쌈", menuIcon: ImageLiterals.Map.bossamIcon!), MainMapCategory(menuName: "고깃집", menuIcon: ImageLiterals.Map.meatIcon!), MainMapCategory(menuName: "덮밥", menuIcon: ImageLiterals.Map.dupbapIcon!), MainMapCategory(menuName: "키토김밥", menuIcon: ImageLiterals.Map.kimbapIcon!)]
}
9 changes: 9 additions & 0 deletions HealthFoodMe/HealthFoodMe/Global/Literals/ImageLiterals.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,14 @@ struct ImageLiterals {
static let mappinIcon_normal = UIImage(named: "icn_mappin_normal")
static let menuIcon = UIImage(named: "icn_menu")
static let mylocationIcon = UIImage(named: "icn_myLocation")

static let bossamIcon = UIImage(named: "icn_bossam")
static let dupbapIcon = UIImage(named: "icn_dupbap")
static let kimbapIcon = UIImage(named: "icn_kimbap")
static let meatIcon = UIImage(named: "icn_meat")
static let pokeIcon = UIImage(named: "icn_poke")
static let saladIcon = UIImage(named: "icn_salad")
static let sandwichIcon = UIImage(named: "icn_sandwich")
static let shabushabuIcon = UIImage(named: "icn_shabushabu")
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "icn_bossam.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_bossam@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_bossam@3x.png",
"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" : "icn_dupbap.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_dupbap@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_dupbap@3x.png",
"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" : "icn_kimbap.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_kimbap@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_kimbap@3x.png",
"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" : "icn_meat.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_meat@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_meat@3x.png",
"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" : "icn_poke.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_poke@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_poke@3x.png",
"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" : "icn_salad.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_salad@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_salad@3x.png",
"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" : "icn_sandwich.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_sandwich@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_sandwich@3x.png",
"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" : "icn_shabushabu.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "icn_shabushabu@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "icn_shabushabu@3x.png",
"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.

0 comments on commit e9b2e60

Please sign in to comment.