Sorting a tableview DB

You must Login before you can answer or comment on any questions.

Hey, just wondering if anyone had the code to run a sort through the columns in a DB tableview for an iPhone?

Thanks in advance

2 Answers

Titanium uses Javascript, so you can use use the Array.sort() method like any other array.

Your Answer

Think you can help? Login to answer this question!