KFImage를 이용하여 불러오는 이미지 다운샘플링
This commit is contained in:
		@@ -18,6 +18,13 @@ struct FollowerListItemView: View {
 | 
			
		||||
        VStack(spacing: 13.3) {
 | 
			
		||||
            HStack(spacing: 0) {
 | 
			
		||||
                KFImage(URL(string: item.profileImage))
 | 
			
		||||
                    .cancelOnDisappear(true)
 | 
			
		||||
                    .downsampling(
 | 
			
		||||
                        size: CGSize(
 | 
			
		||||
                            width: 60,
 | 
			
		||||
                            height: 60
 | 
			
		||||
                        )
 | 
			
		||||
                    )
 | 
			
		||||
                    .resizable()
 | 
			
		||||
                    .frame(width: 60, height: 60)
 | 
			
		||||
                    .clipShape(Circle())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user