-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
My Code :-
`
[itemCell.stepperPKY_Btn setBorderColor:WHITE_COLOR];
[itemCell.stepperPKY_Btn setLabelTextColor:WHITE_COLOR];
[itemCell.stepperPKY_Btn setButtonTextColor:WHITE_COLOR forState:UIControlStateNormal];
[itemCell.stepperPKY_Btn setCornerRadius:itemCell.stepperPKY_Btn.frame.size.height/2];
[itemCell.stepperPKY_Btn setValue:1.0];
[itemCell.stepperPKY_Btn setMinimum:1.0];
[itemCell.stepperPKY_Btn setMaximum:10.0];
[itemCell.stepperPKY_Btn setStepInterval:1.0];
itemCell.stepperPKY_Btn.tag = indexPath.row;
[itemCell.stepperPKY_Btn addTarget:self action:@selector(stepperPKYClk:) forControlEvents:UIControlEventValueChanged];
[itemCell.stepperPKY_Btn setup];
`
when i click on stepper. it doesn't fire selector method.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels