From 59ef1093c789f375915e57267cd6b2669eed2072 Mon Sep 17 00:00:00 2001 From: Nikita Semenov Date: Wed, 1 Mar 2023 20:40:33 +0300 Subject: [PATCH] fix: change default shape of UIImageViews --- .../Views/Skeletons/Configuration/SkeletonsConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift b/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift index 1c37de3f..78a12f4a 100644 --- a/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift +++ b/TIUIElements/Sources/Views/Skeletons/Configuration/SkeletonsConfiguration.swift @@ -44,7 +44,7 @@ open class SkeletonsConfiguration { public init(viewConfiguration: BaseViewSkeletonsConfiguration = .init(), labelConfiguration: LabelSkeletonsConfiguration = .init(), - imageViewConfiguration: BaseViewSkeletonsConfiguration = .init(), + imageViewConfiguration: BaseViewSkeletonsConfiguration = .init(shape: .circle), animation: Closure? = nil, skeletonsBackgroundColor: UIColor = .lightGray.withAlphaComponent(0.7), borderWidth: CGFloat = .zero,