KFImage를 이용하여 불러오는 이미지 다운샘플링
This commit is contained in:
@@ -16,6 +16,13 @@ struct MyInfoCardView: View {
|
||||
var body: some View {
|
||||
HStack(spacing: 13.3) {
|
||||
KFImage(URL(string: data.profileUrl))
|
||||
.cancelOnDisappear(true)
|
||||
.downsampling(
|
||||
size: CGSize(
|
||||
width: 90,
|
||||
height: 90
|
||||
)
|
||||
)
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.frame(width: 90, height: 90, alignment: .top)
|
||||
|
Reference in New Issue
Block a user