스플래시 화면 변경
This commit is contained in:
parent
95ba74b862
commit
aa4171b095
Binary file not shown.
Before Width: | Height: | Size: 3.7 MiB |
|
@ -9,7 +9,7 @@
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "splash_bg.png",
|
"filename" : "splash_bg_2024_03.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_bg_2024_03.imageset/splash_bg_2024_03.png
vendored
Normal file
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_bg_2024_03.imageset/splash_bg_2024_03.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 146 KiB |
|
@ -9,7 +9,7 @@
|
||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename" : "splash_text.png",
|
"filename" : "splash_text_2024_03.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "3x"
|
"scale" : "3x"
|
||||||
}
|
}
|
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text_2024_03.imageset/splash_text_2024_03.png
vendored
Normal file
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text_2024_03.imageset/splash_text_2024_03.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
|
@ -17,16 +17,14 @@ struct SplashView: View {
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
ZStack(alignment: .top) {
|
ZStack(alignment: .top) {
|
||||||
Image("splash_bg")
|
Image("splash_bg_2024_03")
|
||||||
.resizable()
|
.resizable()
|
||||||
.aspectRatio(contentMode: .fill)
|
.aspectRatio(contentMode: .fill)
|
||||||
.edgesIgnoringSafeArea(.all)
|
.edgesIgnoringSafeArea(.all)
|
||||||
|
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
Spacer()
|
Image("splash_text_2024_03")
|
||||||
|
.padding(.top, 262)
|
||||||
Image("splash_text")
|
|
||||||
.padding(.bottom, 86)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if isShowUpdatePopup {
|
if isShowUpdatePopup {
|
||||||
|
|
Loading…
Reference in New Issue