GMStepper icon indicating copy to clipboard operation
GMStepper copied to clipboard

A stepper with a sliding label in the middle.

Results 21 GMStepper issues
Sort by recently updated
recently updated
newest added

Added a new property as feature, limitHitBackgroundColor whose purpose is set background color on buttons in case they hit the limit.

``` let qytStepper = cell.viewWithTag(97) as! GMStepper qytStepper.labelFont = UIFont.systemFontOfSize(15.0) qytStepper.minimumValue = 0 qytStepper.layer.borderWidth = 1.0 qytStepper.layer.borderColor = UIColor.lightGrayColor().CGColor qytStepper.tag = indexPath.row qytStepper.addTarget(self, action: "stepperValueChanged:", forControlEvents: .ValueChanged) ``` not working

question

i am trying to make rounding inner side also but they are not rounding.

Hi, I upgraded my application from Swift 4.2 to Swift 5 and I get an error. How do i fix this? File: GMStepper.swift Error: Argument labels '(stringInterpolationSegment:)' do not match...

I have to remove the right border of the left button and left a border of the right button. How I can implement this? Because I can't see any code...