I have a application which uses two instances of one TableViewController in two different views.
ViewA holds instance of ViewC
ViewB holds instance of ViewC
When a manipulate ViewC from ViewA and switch to ViewBs instance of ViewC the manipulations done via ViewA seems to change ViewBs' instance of ViewC.
Isn't that strange, or is this how it's suppose to work?