튜토리얼 수정

This commit is contained in:
Yu Sung 2024-02-15 00:34:29 +09:00
parent 27b87c9cbe
commit 97f703cb22
10 changed files with 1 additions and 53 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 772 KiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 617 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 KiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "img_guide_5.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 KiB

View File

@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "img_guide_6.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 KiB

View File

@ -40,16 +40,6 @@ struct OnboardingView: View {
.resizable() .resizable()
.scaledToFit() .scaledToFit()
.tag(4) .tag(4)
Image("img_guide_5")
.resizable()
.scaledToFit()
.tag(5)
Image("img_guide_6")
.resizable()
.scaledToFit()
.tag(6)
} }
.tabViewStyle(PageTabViewStyle()) .tabViewStyle(PageTabViewStyle())
.onAppear { .onAppear {
@ -59,7 +49,7 @@ struct OnboardingView: View {
Text("시작하기") Text("시작하기")
.font(.custom(Font.bold.rawValue, size: 18.3)) .font(.custom(Font.bold.rawValue, size: 18.3))
.foregroundColor(Color(hex: "1313BC")) .foregroundColor(.white)
.frame(width: screenSize().width, height: 60) .frame(width: screenSize().width, height: 60)
.background(Color(hex: "80D8FF")) .background(Color(hex: "80D8FF"))
.onTapGesture { .onTapGesture {