DSFStepperView
DSFStepperView copied to clipboard
A custom stepper text field for macOS and iOS, supporting Swift, Objective-C, SwiftUI and Catalyst
Results
1
DSFStepperView issues
Sort by
recently updated
recently updated
newest added
Hi, I have add a simple function for check input on the NSTextField (macOS only) Add this extension extension String { func isNumber() -> Bool { return !self.isEmpty && self.rangeOfCharacter(from:...