I am using a collection view to present the data loaded from firebase. I am not using any sort of embedded navigation controller, just the normal viewcontroller.
Now, whenever I change my view and come back, all data is reloaded and the controller starts from scratch. I actually want it to be on the cell it was left of and how it was left.
I have check plenty of articles and sources on the internet, but most of them are about the embedded navigation controller.
Can anyone guide me on how exactly can I achieve this without using the embedded navigation controller?
Please let me know if anymore information is required. I'll be quite prompt.