How can I disable the animation of listviews/cellview when they are clicked on. The animation is fine on Android, but on iOS, when the listview item is selected, there is a grey background as well as lines that animate and don't look good at all. I have fixed the grey background by creating a custom renderer for iOS, but cannot figure out how to remove the animation of lines when an item is clicked.
↧