GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeSeekBarStyle - iOS

The BlazeSeekBarStyle struct represents the style configuration for a seek bar.

Properties

isVisible

var isVisible: Bool

Indicates whether the seek bar is visible.

backgroundColor

var backgroundColor: UIColor

The background color of the seek bar's uncompleted portion.

progressColor

var progressColor: UIColor

The progress color of the seek bar's completed portion.

height

var height: CGFloat

The height of the seek bar's track.

cornerRadius

var cornerRadius: CGFloat

Determines the progress track's corner radius.

thumbColor

var thumbColor: UIColor?

The color of the seek bar thumb.

thumbImage

var thumbImage: UIImage?

The custom image for the seek bar thumb.

thumbSize

var thumbSize: CGFloat

The size for the seek bar thumb.

isThumbVisible

var isThumbVisible: Bool

Indicates whether the seek bar's thumb is visible.


Did this page help you?