Builder
@objc(StorylyVerticalFeedCustomizationBuilder)
public class Builder : STRStoryStyling.Builder
Undocumented
-
This function allows you to change the visibility of the progress bar
Declaration
Swift
@objc(setProgressBarVisibility:) public func setProgressBarVisibility(isVisible: Bool) -> Builder
-
This function allows you to change the visibility of the like button
Declaration
Swift
@objc(setLikeButtonVisibility:) public func setLikeButtonVisibility(isVisible: Bool) -> Builder
-
This function allows you to change the UIImage of the view header close button icon
Declaration
Swift
@objc(setLikeButtonIcon:) public func setLikeButtonIcon(icon: UIImage?) -> Builder
-
This function allows you to change the visibility of the like button
Declaration
Swift
@objc(setShareButtonVisibility:) public func setShareButtonVisibility(isVisible: Bool) -> Builder
-
Undocumented
Declaration
Swift
override public func build() -> StorylyVerticalFeedCustomization