From 993b8297e2572561bff96dd05e82c22683ceb70a Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Fri, 11 Mar 2016 14:10:12 +0100 Subject: [PATCH] Update minus sign character --- GMStepper/GMStepper.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GMStepper/GMStepper.swift b/GMStepper/GMStepper.swift index 6026345..da5a252 100644 --- a/GMStepper/GMStepper.swift +++ b/GMStepper/GMStepper.swift @@ -52,8 +52,8 @@ import UIKit /// If the value is integer, it is shown without floating point. @IBInspectable public var showIntegerIfDoubleIsInteger: Bool = true - /// Text on the left button. Be sure that it fits in the button. Defaults to "-". - @IBInspectable public var leftButtonText: String = "-" { + /// Text on the left button. Be sure that it fits in the button. Defaults to "−". + @IBInspectable public var leftButtonText: String = "−" { didSet { leftButton.setTitle(leftButtonText, forState: .Normal) } @@ -459,4 +459,4 @@ extension GMStepper { } -} \ No newline at end of file +}