将自定义中心按钮添加到选项卡栏的最佳方法是什么?
许多应用程序都有一个标准选项卡栏,中间有一个自定义按钮,可以执行一些特殊功能。一些示例可以在这里找到:
http://mobile-patterns.com/custom-tab-navigation< /a>
实现这个的最佳方法是什么?
Many apps have a standard tab bar with a custom button in the centre which performs some special function. Some examples can be found here:
http://mobile-patterns.com/custom-tab-navigation
What's the best way of implementing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此处您可以了解如何实现该按钮。我要粘贴代码,以便它永远留在这里:
希望有帮助
Here you can see how to implement that button. I am gonna paste the code so it stays here forever:
Hope it helps
我对 Franciso 的代码进行了一些小的调整。我将代码放置在 Xcode 4.1 中标准选项卡栏应用程序模板的应用程序 didFinishLaunchingWithOptions 方法中。我相信 Xcode 4.2 可能有不同的模板。
I got Franciso's code working with a few minor tweaks. I placed the code in the application didFinishLaunchingWithOptions method of a standard Tab Bar Application template in Xcode 4.1. I believe Xcode 4.2 may have a different template.