Hi,
I am trying to mimic the default behavior of lists in various platforms. Using ListView, I seem to be unable to get the behavior the same as native apps (e.g. the "depress" animation of Windows Phone is not there, and in Android, the item is "selected" so it is rendered blue.)
I seem to be able to get the correct effect with TableView, but the TextCell is too limited for my needs. I was wondering what's the best way of creating behavior similar to default apps for clickable lists?
Thanks,
Omer