But notice the N.B. at the bottom of the documentation page:
"UIStepper isn’t available when the user interface idiom is UIUserInterfaceIdiomMac."
So the question is what is the best practice for dealing with this. Can I dynamically substitute a different control if the current idiom is Mac? If that's possible I haven't seen how it can be done.