Is there a possibility for access to the array defined in Master View Controller from Detail View Controller? I have a Master-Detail Application in xCode. In Master View Controller an Array is defined. In Detail View Controller there are detail informations according to one entry from this array.
Is it possible to get access from Detail View Controller to the array and update them?
How can I pass the reference to the array from Master to Detail?