Titanium: Table view rows of the same class must be alike
When I first started playing with Titanium, I found the “className” property of table view rows strange. The documentation describes it as
the class name of the table. each table view cell must have a unique class name if the cell layout is different. however, use the same name for rows that have the same structural [...]