I have created a view
and now I want to load that view
from another viewcontroller
without allocating the view
. Is it possible or not. please clarify me.
I am doing like following
1)Added UIView
in viewcontroller.xib and given view class name for the view
.
2)created IBOutlet for the view
and connected.
Now I want to access one property of a view
without allocating. Is it possible to do or not.