我有UINavigationController和UIViewController,然后我推送另一个viewcontroller,但我不需要链接到NavigationBar上的前一个。这种事情的正确方法是什么?
谢谢!
答案 0 :(得分:0)
使用UINavigationBar的属性
@property(nonatomic,assign) BOOL hidesBackButton; // If YES, this navigation item will hide the back button when it's on top of the stack.
答案 1 :(得分:0)
取决于您在显示控制器后要对控制器执行的操作。如果它将以其他方式被解雇,你可以将其设为模态而不是推动它。如果它将成为导航堆栈中的新第一项,则可以替换现有控制器。