StoryGroupStyle
@objc(StoryGroupStyle)
public final class StoryGroupStyle : NSObject
This class represents a story group’s style in the StorylyView.
-
Story Group’s Borders’ unseen color list of the story group
Declaration
Swift
@objc public let borderUnseenColors: [UIColor]?
-
Story Group’s Text’s unseen color of the story group
Declaration
Swift
@objc public let textUnseenColor: UIColor?
-
Badge value of the story group
Declaration
Swift
@objc public let badge: StoryGroupBadgeStyle?
-
StoryGroupStyle initialization
Declaration
Swift
@objc public init( borderUnseenColors: [UIColor]?, textUnseenColor: UIColor?, badge: StoryGroupBadgeStyle? )
Parameters
badge
Badge value of the story group