StoryGroupSize

@objc(StoryGroupSize)
public enum StoryGroupSize : Int

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

  • Small group size which is the samllest and does not have story 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