I'm testing the new UISwitch.Style to use a native checkbox when running a Catalyst app on macOS.
When the UISwitch is on a view by itself, the conversion from switch to checkbox works fine. But if the checkbox is inside the accessoryView of a UITableViewCell, the conversion doesn't work, neither the checkbox or the switch are rendered.
I created a small sample project to demonstrate what's happening: https://github.com/marcosatanaka/catalyst-switch-test
Is this a Catalyst bug or we should configure switches differently when they're inside table view cells?
When the UISwitch is on a view by itself, the conversion from switch to checkbox works fine. But if the checkbox is inside the accessoryView of a UITableViewCell, the conversion doesn't work, neither the checkbox or the switch are rendered.
I created a small sample project to demonstrate what's happening: https://github.com/marcosatanaka/catalyst-switch-test
Is this a Catalyst bug or we should configure switches differently when they're inside table view cells?