fix: change default shape of UIImageViews

This commit is contained in:
Nikita Semenov 2023-03-01 20:40:33 +03:00
parent 7442884856
commit 59ef1093c7
1 changed files with 1 additions and 1 deletions

View File

@ -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<SkeletonLayer, CAAnimationGroup>? = nil,
skeletonsBackgroundColor: UIColor = .lightGray.withAlphaComponent(0.7),
borderWidth: CGFloat = .zero,