问题描述
新来的MonoTouch和MonoTouch.Dialog,但我敢肯定它可以创建一个标签栏或按钮栏,或者你想叫什么 - 在iPhone底部的黑色条带图标/按钮。问题是如何与MonoTouch.Dialog办呢?
New to MonoTouch and MonoTouch.Dialog, but I'm sure it's possible to create a tab bar or button bar or what you want to call it - the black bar with icons/buttons at the bottom of the iPhone. Question is how to do it with MonoTouch.Dialog?
感谢您的帮助!
推荐答案
您不MT.Dialog做。您可以创建一个的UITabBarController,然后一个视图控制器分配给每个它的标签。每个选项卡可以指向一个MT.Dialog DialogViewController,或任何其它类型的ViewController的
You don't do it with MT.Dialog. You would create a UITabBarController, and then assign a view controller to each of it's tabs. Each tab could point to a MT.Dialog DialogViewController, or any other type of ViewController.
这篇关于在与MonoTouch.Dialog底部标签栏?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!