스플래시 화면 변경
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 29 KiB | 
							
								
								
									
										21
									
								
								SodaLive/Resources/Assets.xcassets/splash/splash_text_logo_2024_03.imageset/Contents.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								SodaLive/Resources/Assets.xcassets/splash/splash_text_logo_2024_03.imageset/Contents.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| { | ||||
|   "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.
										
									
								
							| After Width: | Height: | Size: 4.5 KiB | 
| @@ -25,6 +25,11 @@ struct SplashView: View { | ||||
|             VStack(spacing: 0) { | ||||
|                 Image("splash_text_2024_03") | ||||
|                     .padding(.top, 262) | ||||
|                  | ||||
|                 Spacer() | ||||
|                  | ||||
|                 Image("splash_text_logo_2024_03") | ||||
|                     .padding(.bottom, 35) | ||||
|             } | ||||
|              | ||||
|             if isShowUpdatePopup { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yu Sung
					Yu Sung