在 MonoTouch 中动态添加插座

发布于 2024-12-09 15:30:51 字数 183 浏览 1 评论 0原文

是否可以从例如数据动态生成按钮和插座。我习惯于开发可以从数据生成链接的网络应用程序,但我不知道如何在 MonoTouch 中完成此操作?

我基本上想创建一个 UINavigationController 并根据从数据库或类似数据接收的数据填充布局,然后将按钮链接到显示有关该主题的一些信息的页面。这可以在 MonoTouch 中完成吗?

Is it possible to generate buttons and outlets dynamically from e.g. data. I am used to developing web-applications where I can generate the links from the data, but I can't see how this can be done in MonoTouch?

I basically want to create a UINavigationController and fill the layout from data I receive from a database or a-like, and then link the button to a page displaying some information about the topic. Can this be done in MonoTouch?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

微凉徒眸意 2024-12-16 15:30:51

我建议您查看 MonoTouch.Dialog 库(向下滚动查看文档和屏幕截图)。它附带了一个示例应用程序,向您展示如何非常轻松地基于代码、反射创建 UI...

I suggest you to look at the MonoTouch.Dialog library (scroll down for documentation and screenshots). It comes with a sample application that shows you how you can, very easily, create UI based on code, reflection...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文