I am trying to work with UIStepper to increment or decrement an integer, but both \"-\" and \"+\" increase the integer! How can I recognize the \"+\" and \"-\
UIStepper
Try
stepper.maximumValue = 10.0; stepper.minimumValue = 0.0;