如何使用 Monodevelop 动态创建 iPhone 用户界面
我已经有了从 XML 文件中获取按钮标签/按钮数量所需的代码。现在我需要根据获得的值动态生成 UI。最好的方法是什么?先感谢您。
I already have the code I need to get button labels/number of buttons off of an XML file. Now I need to dynamically generate the UI based on the values I get. What is the best way to do this? Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与任何其他 .NET 语言一样,您可以轻松地以编程方式创建任何 UI。
我建议阅读网上的一些教程,例如:
但我也强烈建议尝试一下 Miguel 的 Dialog 库
like any other .NET language, you can easily create any UI programmatically.
I would suggest to read some tutorials from the web such as:
but I would strongly considerate to give Miguel's Dialog library a go as well