InAppPurchaseButton
InAppPurchaseButton copied to clipboard
A simple and customisable in-app purchase button, written in Swift.
Also exclude `Info-iOS.plist` from Package
Currently if a button is pressed (presumably to trigger a purchase) and is set to an active/busy state there's nothing to prevent someone from accidentally pressing the button a few...
Looks like a little copy pasta mistake ;) ```swift /// Border width in case when *buttonState* is in *.Busy(animate: _)* state. open var borderWidthForBusyView = DefaultSettings.borderWidthForBusyView /// Border width in...