I have a root view controller. There I also have a table view. I want my user to see this root view controller only if he didn't select any cell in the past.
When the app is launched I want it to recognise if a cell was selected on that view controller. If it wasn't it will show the VC. If a cell was selected in the past, it will show another VC. The user has an option to go back to the root controller, even if a cell was already selected, but only if he wants to. I don't know how to make the app recognise this. ( I think it has to do something with the cache disk, but I can't solve this )