Builder
@objc(StorylyStoryBuilder)
public class Builder : STRStoryStyling.Builder
Undocumented
-
This function allows you to change the header icon border color of the story view
Declaration
Swift
@objc(setHeaderIconBorderColor:) public func setHeaderIconBorderColor(colors: [UIColor]) -> Builder
-
This function allows you to change the header text color of the story view
Declaration
Swift
@objc(setTitleColor:) public func setTitleColor(color: UIColor) -> Builder
-
This function allows you to change the visibility of the story view header icon
Declaration
Swift
@objc(setHeaderIconVisibility:) public func setHeaderIconVisibility(isVisible: Bool) -> Builder
-
Undocumented
Declaration
Swift
override public func build() -> StorylyStoryStyling