问题描述
我正在尝试创建自定义UITabBar。我有常规的UITabBarController工作正常,但最佳的,我希望看起来像这样:
I am trying to create a custom UITabBar. I have the regular UITabBarController working fine, but optimally, I wish to get it looking like this:
最好的方法是什么?我似乎无法在Monotouch中找到任何有用的示例。
What is the best way to approach this? I can't seem to find any useful examples in Monotouch.
谢谢
推荐答案
对于如何进行自定义标签栏有一些非常好的解释 - 特别是在 - 源于
There are some really good explanations around for how to do custom tab bars - especially on http://idevrecipes.com/2010/12/16/raised-center-tab-bar-button/ - source on https://github.com/boctor/idev-recipes/tree/master/RaisedCenterTabBar
我相信我已经看过这个相同代码的github monotouch样本,但我现在找不到它!
I believe I have seen a github monotouch sample of this same code but I can't find it right now!
这篇关于Monotouch中的自定义UITabBar的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!