TextStepperField
TextStepperField copied to clipboard
UIControl IOS stepper with numeric textfield
Results
1
TextStepperField issues
Sort by
recently updated
recently updated
newest added
I am creating my control dynamically but it is not setting the current or even the placeholder: TextStepperField *textStepperField = [[TextStepperField alloc] initWithFrame:CGRectMake(0, 0, cell.contributionChangeInputView.frame.size.width, cell.contributionChangeInputView.frame.size.height)]; [textStepperField setMinimum:0]; [textStepperField setMaximum:100];...