ios - uinavigationcontroller 内的标签栏 Controller
<p><p>我在导航 Controller 中有一个标签栏 Controller ,但我似乎无法设置导航栏标题或向导航栏添加按钮:</p>
<pre><code>self.title = @"My Name";
</code></pre>
<p>上面的代码只改变了标签栏项的名称,而不是导航 Controller 。</p>
<p>其次。我想禁用返回登录屏幕(屏幕截图中带有 UIWebview 的屏幕)</p>
<p>编辑:我发现了一个可能的重复项</p>
<p> <img src="/image/T2ujw.png" alt="Overview Storyboard"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>将tabBarController 放入navigationController 并不常见。如果您无法以自己的方式找到问题所在,请尝试使用另一种方法来解决您想要的问题,即将导航 Controller 放入一个 tabBarController 中。使 tabBarController 成为初始 ViewController 。
<img src="/image/xG7R6.png" alt="sample"/> </p></p>
<p style="font-size: 20px;">关于ios - uinavigationcontroller 内的标签栏 Controller ,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/25789138/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/25789138/
</a>
</p>
页:
[1]