iphone - 如何隐藏标签栏项目?
<p><p>我在我的 iPhone 应用程序中添加了一个标签栏 (UITabBar)。
我想通过代码隐藏标签栏项目?有可能吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p><strong>你可以通过使用下面的代码来隐藏</strong></p>
<pre><code>for(id object in appDelegate.tabBarController.tabBar.subviews)
{
;
}
</code></pre></p>
<p style="font-size: 20px;">关于iphone - 如何隐藏标签栏项目?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/8150389/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/8150389/
</a>
</p>
页:
[1]