My current app is available on the store for several months now. This app contains several UIListView
, using custom cells (each cell in its own NIB
) and touching a cell was always functional.
Now, without any update of the app, it appears since iOS 10 that touching a cell does not do anything, no event is triggered and neither didSelectRowAtIndexPath
or willSelectRowAtIndexPath
are called.
This only occurs on iOS 10 devices, even after updating to SWIFT 3.
Any idea what's wrong ?