I have several types os root view controller that I want to instantiate one at a time (once per function call). I want to create a property and assign it to this newly created viewcontroller. The problem obviously is that this property will have to be of a specific type dependent on the viewcontroller it is instantiating…
Is there a way to create a generic pointer to overcome this….
Thats what
idis in Objective-C, a untyped Objective-C object pointer.etc