hi, Any one can help how to retrieve ios(using titanium studio) killed state.means suppose my ios app killed at second window and again we try to start the app it should be start from second window not from relaunch from begining.please help me
1 Answer
We had a tabbed based app that needed to maintain state:
We stored Tab, Window, and Details as Ti.App.Properties.
Tab was an integer equal to the value of the tab
Window was an integer equal to the depth of the window stack.
Details was a string value equal to the content details that came out of a table row.
Your Answer
Think you can help? Login to answer this question!