objective-c - iOS ,视图控制器A push 到 视图控制器B,再从B pop 回来 ,则对于B而言,能否在B视图表示A视图?
PHPz
PHPz 2017-04-18 09:49:42
0
2
484

麻烦大家了,就是在B中能否用self来表示 或者其他的表示方式;比如present的方式就有presentedVC和presentingVC的表示方式

PHPz
PHPz

学习是最好的投资!

reply all(2)
迷茫

I don’t understand your description. Can you explain clearly what you want to do?

左手右手慢动作

You mean BVC, get AVC instance? If so, yes.

[self.navigationController viewControllers];
在这个数组里面找。
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template