So, when i execute the query directly in sqlite it returns me the values in the order as I am expecting it to be. But when I display it on my iOS app, it sorts the values in ascending order which I don’t want to happen. Can anybody help me to get over this problem?!
Thanks in advance!! 🙂
Has your query an “order by” statement? Maybe this way gives you the control to get the results as you want.