Builder

@objc(StorylyMomentsLinkCTAStylingBuilder)
public final class Builder : NSObject

Builder class of StorylyMomentsLinkCTAStyling

  • This function allows you to change the link text color of the Moments Link CTA view

    Declaration

    Swift

    @objc(setLinkTextColor:)
    public func setLinkTextColor(color: UIColor) -> Builder

    Parameters

    color

    Color to set

    Return Value

    StorylyMomentsLinkCTAStyling instance

  • This function builds StorylyMomentsLinkCTAStyling with the current properties

    Declaration

    Swift

    @objc
    public func build() -> StorylyMomentsLinkCTAStyling

    Return Value

    StorylyMomentsLinkCTAStyling instance