InAppPurchaseButton icon indicating copy to clipboard operation
InAppPurchaseButton copied to clipboard

Documentation for `borderWidthForProgressView` incorrect

Open warpling opened this issue 7 years ago • 0 comments

Looks like a little copy pasta mistake ;)

    /// Border width in case when *buttonState* is in *.Busy(animate: _)* state.
    open var borderWidthForBusyView = DefaultSettings.borderWidthForBusyView

    /// Border width in case when *buttonState* is in *.Busy(animate: _)* state.
    open var borderWidthForProgressView = DefaultSettings.borderWidthForProgressView

warpling avatar Aug 14 '18 15:08 warpling