在 MonoTouch 中动态添加插座
是否可以从例如数据动态生成按钮和插座。我习惯于开发可以从数据生成链接的网络应用程序,但我不知道如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您查看 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...