ValueStepper icon indicating copy to clipboard operation
ValueStepper copied to clipboard

Multiple ValueStepper Used in CollectionView keeps calling target function

Open perinpatel opened this issue 3 years ago • 0 comments

When we use ValueStepper in collectionView Cell, every time reusable cell is allocated, ValueStepper calls target method even though when it is not required. Also when altering value of the stepper, target method is called. What I think is you can remove Action(for:) from DidSet of value variable.

perinpatel avatar Mar 24 '21 03:03 perinpatel