VerticalFeedGroupSize

@objc(VerticalFeedGroupSize)
public enum VerticalFeedGroupSize : Int

This enum represents available verticalFeed group sizes that be can set for customization

  • Small group size which is the samllest and does not have verticalFeed group text

    Declaration

    Swift

    case Small
  • Large group size which is the default group size of the Storyly

    Declaration

    Swift

    case Large
  • Custom group size which has customizable features

    Declaration

    Swift

    case Custom