xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[iOS] Switch control state changed when scrolling in collection view #14588

Open jeyakasipandi opened 3 years ago

jeyakasipandi commented 3 years ago

Description

Switch has been added inside the collection view. Switch state has been changed in UI when scrolling up and down after changing the switch state. It reproduced only in iOS platform

Steps to Reproduce

  1. Run the attached sample
  2. Scroll down and change the switch state
  3. Scroll up and Switch state has been changed

Expected Behavior

Switch state should maintain state when scrolling up and down

Actual Behavior

Switch state has been changed when scrolling up and down

Basic Information

Reproduction Link

SwitchIssueiOS.zip

Video Link

https://user-images.githubusercontent.com/62105021/146540980-21a774e4-d34a-4691-aa94-ccce792ec56e.mov

jeyakasipandi commented 3 years ago

Any update on this?