튜토리얼 수정
| Before Width: | Height: | Size: 772 KiB After Width: | Height: | Size: 2.2 MiB | 
| Before Width: | Height: | Size: 554 KiB After Width: | Height: | Size: 1.5 MiB | 
| Before Width: | Height: | Size: 320 KiB After Width: | Height: | Size: 1.7 MiB | 
| Before Width: | Height: | Size: 617 KiB After Width: | Height: | Size: 1.4 MiB | 
| Before Width: | Height: | Size: 678 KiB After Width: | Height: | Size: 1.7 MiB | 
| @@ -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 | ||||
|   } | ||||
| } | ||||
| Before Width: | Height: | Size: 531 KiB | 
| @@ -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 | ||||
|   } | ||||
| } | ||||
| Before Width: | Height: | Size: 252 KiB | 
| @@ -40,16 +40,6 @@ struct OnboardingView: View { | ||||
|                             .resizable() | ||||
|                             .scaledToFit() | ||||
|                             .tag(4) | ||||
|                          | ||||
|                         Image("img_guide_5") | ||||
|                             .resizable() | ||||
|                             .scaledToFit() | ||||
|                             .tag(5) | ||||
|                          | ||||
|                         Image("img_guide_6") | ||||
|                             .resizable() | ||||
|                             .scaledToFit() | ||||
|                             .tag(6) | ||||
|                     } | ||||
|                     .tabViewStyle(PageTabViewStyle()) | ||||
|                     .onAppear { | ||||
| @@ -59,7 +49,7 @@ struct OnboardingView: View { | ||||
|                      | ||||
|                     Text("시작하기") | ||||
|                         .font(.custom(Font.bold.rawValue, size: 18.3)) | ||||
|                         .foregroundColor(Color(hex: "1313BC")) | ||||
|                         .foregroundColor(.white) | ||||
|                         .frame(width: screenSize().width, height: 60) | ||||
|                         .background(Color(hex: "80D8FF")) | ||||
|                         .onTapGesture { | ||||
|   | ||||
 Yu Sung
					Yu Sung