I am accessing object of one class in the another class. But instance variable is Showing null.
This is my code.
fvcObj = [[FirstViewController alloc
fvcObj
is a new instance of FirstViewController, so my guess is that the user property has yet to be defined.