2024년 5월 인트로 적용
This commit is contained in:
parent
ee34c9a0f8
commit
def95286c2
Binary file not shown.
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 3.3 MiB |
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 90 KiB |
21
SodaLive/Resources/Assets.xcassets/splash/splash_text_2.imageset/Contents.json
vendored
Normal file
21
SodaLive/Resources/Assets.xcassets/splash/splash_text_2.imageset/Contents.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename" : "splash_text_2.png",
|
||||||
|
"idiom" : "universal",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"author" : "xcode",
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
|
}
|
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text_2.imageset/splash_text_2.png
vendored
Normal file
BIN
SodaLive/Resources/Assets.xcassets/splash/splash_text_2.imageset/splash_text_2.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
|
@ -24,7 +24,12 @@ struct SplashView: View {
|
||||||
|
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
Image("splash_text")
|
Image("splash_text")
|
||||||
.padding(.top, 68)
|
.padding(.top, 101)
|
||||||
|
|
||||||
|
Spacer()
|
||||||
|
|
||||||
|
Image("splash_text_2")
|
||||||
|
.padding(.bottom, 65)
|
||||||
}
|
}
|
||||||
|
|
||||||
if isShowUpdatePopup {
|
if isShowUpdatePopup {
|
||||||
|
|
Loading…
Reference in New Issue