라이브중 이미지 정렬 수정
AS-IS : 상단 정렬 TO-BE : 가운데 정렬
This commit is contained in:
@@ -21,7 +21,7 @@ struct LiveNowItemView: View {
|
|||||||
KFImage(URL(string: item.coverImageUrl))
|
KFImage(URL(string: item.coverImageUrl))
|
||||||
.resizable()
|
.resizable()
|
||||||
.scaledToFill()
|
.scaledToFill()
|
||||||
.frame(width: width, height: height, alignment: .top)
|
.frame(width: width, height: height, alignment: .center)
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
.clipped()
|
.clipped()
|
||||||
|
|
||||||
@@ -73,7 +73,7 @@ struct LiveNowItemView: View {
|
|||||||
KFImage(URL(string: item.creatorProfileImage))
|
KFImage(URL(string: item.creatorProfileImage))
|
||||||
.resizable()
|
.resizable()
|
||||||
.scaledToFill()
|
.scaledToFill()
|
||||||
.frame(width: 21.3, height: 21.3, alignment: .top)
|
.frame(width: 21.3, height: 21.3, alignment: .center)
|
||||||
.clipShape(Circle())
|
.clipShape(Circle())
|
||||||
|
|
||||||
Text("\(item.creatorNickname)")
|
Text("\(item.creatorNickname)")
|
||||||
|
Reference in New Issue
Block a user