VerticalFeedGroupStyle

@objc(VerticalFeedGroupStyle)
public final class VerticalFeedGroupStyle : NSObject

This class represents a verticalFeed group’s style in the StorylyView.

  • VerticalFeed Group’s Borders’ unseen color list of the verticalFeed group

    Declaration

    Swift

    @objc
    public let borderUnseenColors: [UIColor]?
  • VerticalFeed Group’s Text’s unseen color of the verticalFeed group

    Declaration

    Swift

    @objc
    public let textUnseenColor: UIColor?
  • Badge value of the verticalFeed group

    Declaration

    Swift

    @objc
    public let badge: VerticalFeedGroupBadgeStyle?
  • VerticalFeedGroupStyle initialization

    Declaration

    Swift

    @objc
    public init(
        borderUnseenColors: [UIColor]?,
        textUnseenColor: UIColor?,
        badge: VerticalFeedGroupBadgeStyle?
    )

    Parameters

    badge

    Badge value of the verticalFeed group