라이브 배경이미지 - 가운데 정렬
This commit is contained in:
@@ -114,12 +114,12 @@ struct LiveRoomViewV2: View {
|
||||
|
||||
ScrollViewReader { proxy in
|
||||
ZStack(alignment: .bottom) {
|
||||
ZStack(alignment: .top) {
|
||||
ZStack {
|
||||
if viewModel.isBgOn {
|
||||
KFImage(URL(string: liveRoomInfo.coverImageUrl))
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(maxWidth: .infinity)
|
||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||
}
|
||||
|
||||
Rectangle()
|
||||
|
Reference in New Issue
Block a user