I am able to manipulate the content of ViewControllerA that has ViewA. I do not want to edit the content of ViewControllerB for a couple of reasons.
Under my view hierarchy, ViewA contains ViewControllerB which has ViewB. How do I get viewB. If I get it, I'd like to resize it which I can do but I can't seem to get it.
This current code gives me viewA.
ViewA = ViewControllerA.view
How do I get ViewB?