My question is quite basic I guess. And anyone may laugh at it. When we create an instance of a viewController in another viewController, it is whose instance that we create? Is it of viewController.h or viewController.m?
What I have learned is, interface cannot be instantiated. Thus, .h cannot be instantiated. So, is it .m that we instantiate?
Thanks,
Nitish