Tiny problem, but is affecting my app throughout.
I am using className to identify which type of row is clicked in my app.
However, here is what is happening.
Assume the className property is set to "dummy"
Upto iOS 5.1.x, when I click on a row, I make it log the className of the row. In this case, it logs out correctly as "dummy"
On iOS 6.0, it logs as "TiUITableViewRowProxy"
Any clue on why this could be happening as how this can be fixed?
Tried on 2.1.2.GA and the 2.1.3RC build.
1 Answer
Accepted Answer
There was a bug that is fixed:
http://jira.appcelerator.org/browse/TIMOB-11044
Try to use a CI build.
Your Answer
Think you can help? Login to answer this question!