Builder

@objc(STRStoryBuilder)
public class Builder : NSObject

Undocumented

  • This function allows you to change the font of the header text

    Declaration

    Swift

    @objc(setTitleFont:)
    public func setTitleFont(font: UIFont) -> Self
  • This function allows you to change the typeface of the font on the interactives

    Declaration

    Swift

    @objc(setInteractiveFont:)
    public func setInteractiveFont(font: UIFont?) -> Self
  • This function allows you to change the progress bar colors of the view.

    Declaration

    Swift

    @objc(setProgressBarColor:)
    public func setProgressBarColor(colors: [UIColor]) -> Self
  • This function allows you to change the visibility of the view header text

    Declaration

    Swift

    @objc(setTitleVisibility:)
    public func setTitleVisibility(isVisible: Bool) -> Self
  • This function allows you to change the visibility of the view header close button

    Declaration

    Swift

    @objc(setCloseButtonVisibility:)
    public func setCloseButtonVisibility(isVisible: Bool) -> Self
  • This function allows you to change the UIImage of the view header close button icon

    Declaration

    Swift

    @objc(setCloseButtonIcon:)
    public func setCloseButtonIcon(icon: UIImage?) -> Self
  • This function allows you to change the UIImage of the view header share button icon

    Declaration

    Swift

    @objc(setShareButtonIcon:)
    public func setShareButtonIcon(icon: UIImage?) -> Self