I’m developing a simple product catalog in Titanium and I have a TableView with the list of products and a product detail view to view the selected product. What I want to do is have the selected product visibly selected in the TableView.
Titanium defaults to deselecting rows with animation so the selection color fades out whenever a row is selected.
This is how my app looks like now:
This is how I want it to look:
Any ideas?
Give this a try: