R rethish macrumors member Original poster Nov 4, 2008 #1 please provide examples for incrementing and decrementing the value using NSStepper.
K kainjow Moderator emeritus Nov 6, 2008 #2 NSStepper automatically increments and decrements its value. Assign it a target and action and then use one of its accessor methods (like intValue) to retrieve its current value.
NSStepper automatically increments and decrements its value. Assign it a target and action and then use one of its accessor methods (like intValue) to retrieve its current value.