There is something id really like to probably try in an app but would like to know if it can be done.
With a UI Splitview, we know if we change the left view…the right view changes
so example we have a left view containing cat names. so each time we change the cat name in the left view controller we see an image of the cat in the right. but I was wondering if it was possible that some how the name of the cat gets passed in n a previous screen. and when we change the left controller we get different characteristics of that particular cat
like eye colour, colour etc etc
The left view typically has a navigation controller, which means you can drill down through various levels of information and choices until you get to the one that needs to use the right side for extra detail.