Skip to content

PKYStepper not support in UITableViewCotroller #7

@pramodios

Description

@pramodios

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions