如何实现从UITabBar中弹出的UITabBarItems?
我想构建一个带有弹出的 UITabBarItem 的 UITabBar,就像 Foursquare 中的“签入”选项卡项一样? (下面的屏幕截图)
I want to build a UITabBar with a UITabBarItem that pops out, just like the "Check In" tab item in Foursquare? (Screenshot below)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是通过在第三个选项卡栏项目顶部覆盖
UIButton
来完成的。以下是有关如何完成此操作的教程: http://idevrecipes .com/2010/12/16/raised-center-tab-bar-button/
This is accomplished by overlaying a
UIButton
on top of the 3rd tab bar item.Here's a tutorial on how to accomplish it: http://idevrecipes.com/2010/12/16/raised-center-tab-bar-button/