i am using a view that displays multiple items depending on user input and i would like to when i press a button to be able to go back to the first view generated in the view (viewDidLoad
).
I tried numerius methods such as adding an action to a selector to load a -(void)
that reloads the view however that crashes too.
I havent been able to find a resolution to this problem for quite some time
Thanks