시그니처 후원
- 위치 가운데로 수정
This commit is contained in:
@@ -259,19 +259,17 @@ struct LiveRoomViewV2: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if viewModel.signatureImageUrl.trimmingCharacters(in: .whitespacesAndNewlines).count > 0 {
|
if viewModel.signatureImageUrl.trimmingCharacters(in: .whitespacesAndNewlines).count > 0 {
|
||||||
HStack {
|
VStack {
|
||||||
Spacer()
|
|
||||||
|
|
||||||
VStack(alignment: .trailing, spacing: 0) {
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
|
||||||
AnimatedImage(url: URL(string: viewModel.signatureImageUrl))
|
AnimatedImage(url: URL(string: viewModel.signatureImageUrl))
|
||||||
.resizable()
|
.resizable()
|
||||||
.aspectRatio(contentMode: .fit)
|
.aspectRatio(contentMode: .fit)
|
||||||
.frame(height: 200)
|
.frame(width: screenSize().width - 64)
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
}
|
Spacer()
|
||||||
|
Spacer()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user