BlazeSeekBarStyle - iOS
The BlazeSeekBarStyle struct represents the style configuration for a seek bar.
Properties
isVisible
var isVisible: BoolIndicates whether the seek bar is visible.
backgroundColor
var backgroundColor: UIColorThe background color of the seek bar's uncompleted portion.
progressColor
var progressColor: UIColorThe progress color of the seek bar's completed portion.
height
var height: CGFloatThe height of the seek bar's track.
cornerRadius
var cornerRadius: CGFloatDetermines 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: CGFloatThe size for the seek bar thumb.
isThumbVisible
var isThumbVisible: BoolIndicates whether the seek bar's thumb is visible.
Updated 11 days ago
Did this page help you?
