mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-18 14:57:02 +01:00
image corrected, display was too small
This commit is contained in:
@@ -8,6 +8,7 @@ struct SearchUserRow: View {
|
||||
HStack {
|
||||
self.viewModel.userImages[user].map { image in
|
||||
Image(uiImage: image)
|
||||
.resizable()
|
||||
.frame(width: 44, height: 44)
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.clipShape(Circle())
|
||||
|
||||
Reference in New Issue
Block a user