- I have two table views displaying the data from a Sqlite database.
- I can modify the content of the 2 tables. One displayed date and data. One displayed data only.
- I.e. I can change date & time,words as well.
- Now I need to arrange the content with respect to date in 1 table,
with respect to alphabets in 2nd table.
What to do?
You must be storing your data in some data structure (like array, dictionary etc.), once you edit the date and time, Sort your array or dictionary using sort descriptors and then reload the table