Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.51k stars 1.1k forks source link

skeletonCornerRadius is not in SkeletonViewAppearance #464

Closed lanserxt closed 2 years ago

lanserxt commented 2 years ago

Hi,

Description

skeletonCornerRadius exists in docs

skeletonCornerRadius: CGFloat (IBInspectable) (Make your skeleton view with corner)
default: 0

but doesn't exists in

public class SkeletonViewAppearance {

    static var shared = SkeletonViewAppearance()

    public var tintColor: UIColor = .skeletonDefault

    public var gradient = SkeletonGradient(baseColor: .skeletonDefault)

    public var multilineHeight: CGFloat = 15

    public var useFontLineHeight: Bool = true

    public var multilineSpacing: CGFloat = 10

    public var multilineLastLineFillPercent: Int = 70

    public var multilineCornerRadius: Int = 0

    public var renderSingleLineAsView: Bool = false

}
Juanpe commented 2 years ago

I'm going to close this issue because it's solved 👍🏼

diegodossantos95 commented 1 year ago

@lanserxt is the skeletonCornerRadius in the SkeletonAppearance working for you? I set a value in the AppDelegate, but it still returns 0.