인트로
- 4월 인트로 적용
This commit is contained in:
		| @@ -9,7 +9,7 @@ | ||||
|       "scale" : "2x" | ||||
|     }, | ||||
|     { | ||||
|       "filename" : "splash_bg_2024_03.png", | ||||
|       "filename" : "splash_bg.png", | ||||
|       "idiom" : "universal", | ||||
|       "scale" : "3x" | ||||
|     } | ||||
							
								
								
									
										
											BIN
										
									
								
								SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								SodaLive/Resources/Assets.xcassets/splash/splash_bg.imageset/splash_bg.png
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.7 MiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 3.1 MiB | 
| @@ -9,7 +9,7 @@ | ||||
|       "scale" : "2x" | ||||
|     }, | ||||
|     { | ||||
|       "filename" : "splash_text_2024_03.png", | ||||
|       "filename" : "splash_text.png", | ||||
|       "idiom" : "universal", | ||||
|       "scale" : "3x" | ||||
|     } | ||||
							
								
								
									
										
											BIN
										
									
								
								SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								SodaLive/Resources/Assets.xcassets/splash/splash_text.imageset/splash_text.png
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 29 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 29 KiB | 
| @@ -1,21 +0,0 @@ | ||||
| { | ||||
|   "images" : [ | ||||
|     { | ||||
|       "idiom" : "universal", | ||||
|       "scale" : "1x" | ||||
|     }, | ||||
|     { | ||||
|       "idiom" : "universal", | ||||
|       "scale" : "2x" | ||||
|     }, | ||||
|     { | ||||
|       "filename" : "splash_text_logo_2024_03.png", | ||||
|       "idiom" : "universal", | ||||
|       "scale" : "3x" | ||||
|     } | ||||
|   ], | ||||
|   "info" : { | ||||
|     "author" : "xcode", | ||||
|     "version" : 1 | ||||
|   } | ||||
| } | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 4.5 KiB | 
| @@ -17,19 +17,14 @@ struct SplashView: View { | ||||
|      | ||||
|     var body: some View { | ||||
|         ZStack(alignment: .top) { | ||||
|             Image("splash_bg_2024_03") | ||||
|             Image("splash_bg") | ||||
|                 .resizable() | ||||
|                 .aspectRatio(contentMode: .fill) | ||||
|                 .edgesIgnoringSafeArea(.all) | ||||
|              | ||||
|             VStack(spacing: 0) { | ||||
|                 Image("splash_text_2024_03") | ||||
|                     .padding(.top, 262) | ||||
|                  | ||||
|                 Spacer() | ||||
|                  | ||||
|                 Image("splash_text_logo_2024_03") | ||||
|                     .padding(.bottom, 35) | ||||
|                 Image("splash_text") | ||||
|                     .padding(.top, 68) | ||||
|             } | ||||
|              | ||||
|             if isShowUpdatePopup { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung