如何知道哪个viewController在导航控制器上?
我正在遵循 Facebook 连接教程,一切都很好。问题是我正在以编程方式执行此操作,并且在根据笔尖的视图控制器的一部分中,发生了一些情况。
if ((self = [super initWithNibName:@"FBFunLoginDialog" bundle:[NSBundle mainBundle]])) {
那么我怎样才能用我的 navigationController 做同样的事情呢?
我如何知道导航控制器是否在 MainViewController 中?
I'm following a tutorial for Facebook connect, all is fine. The problem is that I'm doing it programatically, and in one part according to the view controller from a nib, something happens.
if ((self = [super initWithNibName:@"FBFunLoginDialog" bundle:[NSBundle mainBundle]])) {
So how can I do the same but with my navigationController?
How can I know if the navigation controller is in the MainViewController?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)