VerticalFeedGroupBadgeStyle
@objc(VerticalFeedGroupBadgeStyle)
public final class VerticalFeedGroupBadgeStyle : NSObject
This class represents a verticalFeed group’s badge style in the StorylyView.
-
Text value of the verticalFeed group’s badge
Declaration
Swift
@objc public let text: String?
-
Text color value of the verticalFeed group’s badge
Declaration
Swift
@objc public let textColor: UIColor?
-
Background color value of the verticalFeed group’s badge
Declaration
Swift
@objc public let backgroundColor: UIColor?
-
End time of the badge in timestamp format
Declaration
Swift
@objc public let endTime: NSNumber?
-
Text template for the badge timestamp format
Declaration
Swift
@objc public let template: String?
-
VerticalFeedGroupStyle initialization
Declaration
Swift
@objc public init( text: String?, textColor: UIColor?, backgroundColor: UIColor?, endTime: NSNumber?, template: String? )
Parameters
badge
Badge value of the verticalFeed group