UIStepper in Catalyst?

I've got an iPad application I'm converting using Catalyst. Obviously the UIStepper doesn't work on the Mac idiom.

How are others dealing with this? Is there a way to un-include the stepper in InterfaceBuilder based on idiom? Should I build a second nib that doesn't include the stepper, and then conditionally load the correct nib in code?

Is there a another, better way to handle situations where the UI has a control that doesn't exist under Catalyst?

The availability of UIStepper in Mac Catalyst depends on the deployment target. According to the doc, it requires iOS 13.0 or higher.

UIStepper in Catalyst?
 
 
Q