c# - 使用带有 monotouch.dialog 的标签栏 Controller

标签 c# ios xamarin.ios monodevelop monotouch.dialog

我正在尝试与 poupou 在之前的 SO 帖子中显示的基本相同

Tab Bar at the Bottom with MonoTouch.Dialog?

我的问题是我使用什么模板来开始这个?我已经尝试了每个模板,但没有一个是从 UINavigationController 继承的

谁能给我(一个完全没用的单声道)指出正确的方向

最佳答案

My question is what template do I use to get started with this? I have tried each of the templates and none of the inherit from the UINavigationController

为每一种提供模板的可能性太多了(这会比提供帮助更令人困惑)。

大多数人使用 MonoTouch.Dialog 从头开始编写他们的 UI,即没有 Interface Builder,没有模板,只有普通的旧代码。

您可以在 github 上找到几个使用 MonoTouch.Dialog 的示例(例如它自己的 SampleTweetStationTouch.Unit ...)或博客或 videos .如果您遇到特定问题,则可以在 stackoverflow 上提出要求。

Can anyone point me (a complete mono useless one) in the right direction

参见 Xamarin 的 tutorial在 MonoTouch.Dialog 上。

关于c# - 使用带有 monotouch.dialog 的标签栏 Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9429316/

相关文章:

c# - 将 excel 图表导出为图像

ios - 从 AnyObject 转换为 CGColor?没有错误或警告

iphone - 这个 applicationDidEnterBackground 方法有什么问题?

ios - RSA 加密长度结果不一致

c# - Xamarin.iOS UITextField 日期格式不起作用

c# - c# 中的 "operator true"是否正好有两个可以使用的地方?

c# - 将 system.reflection 替换为 "this"

c# - 可以请求从 htmlhelper 访问查询字符串

c# - 以编程方式更改 Monotouch 中的按钮标签

ios - 如何从 ViewModel 中获取 "reset"选择器 - Xamarin iOS 和 MvvmCross