StoryGroupIconColorStyling

@objc
public final class StoryGroupIconColorStyling : NSObject

This property allows you to change the IVoD groups seen, unseen border colors and IVoD icon color

  • This property allows you to change the border color of the IVoD story group icons which are watched by the user.

    Declaration

    Swift

    @objc
    public var storyGroupIVodIconBorderColorSeen: [UIColor]
  • This property allows you to change the border color of the IVoD story group icons which are unwatched by the user.

    Declaration

    Swift

    @objc
    public var storyGroupIVodIconBorderColorNotSeen: [UIColor]
  • If any of the story group is selected as IVoD group type from dashboard, a little camera will appear along with the story group icon. This property allows you to change the background color of this IVoD icon

    Declaration

    Swift

    @objc
    public var storyGroupIVodIconColor: UIColor