在 Ipad 中通过 XML Parsing 生成动态控件
Posted
技术标签:
【中文标题】在 Ipad 中通过 XML Parsing 生成动态控件【英文标题】:Generate dynamic controls by XML Parsing in Ipad 【发布时间】:2012-08-04 05:12:46 【问题描述】:任何机构都可以帮助我。
我想创建一个动态视图。我想在其中添加动态控件。这些控件来自xml。并且需要在按钮的单击事件中显示在单个视图中。
我的xml格式如下。
<?xml version="1.0"?><customer><cust type="101"><lable><1> customer name </1><2> customer phone </2><3> customer age </3><4> customer Birth </4></lable><value><1>textfield</1><2> textfield </2><3> textfield </3><4>Date</4></value></cust><cust type="102"><lable><1> customer qualification </1><2> customer Email</2></lable><value><1>textfield</1><2>Email</2></cust><cust type="103"><lable><1> customer name </1><2> customer phone </2><3> customer age </3><4> customer Birth </4></lable><value><1>textfield</1><2>textfield</2><3>textfield</3><4>Date</4></value></cust><cust type="104"><lable><1> customer qualification </1><2> customer Email</2><3> customer gender </3><4> customer Birth </4></lable><value><1>textfield</1><2>textfield</2><3>CheckBox</3><4>Date</4>
谢谢
【问题讨论】:
【参考方案1】:我不知道怎么做,但我认为这对你有帮助
check this
and read about views (apple docs)
【讨论】:
感谢您的反馈。但是这个演示对我没有用。请给我其他解决方案。我在重复我的问题:我必须根据来自 .net Web 服务的说明动态显示复选框、选择列表、多选选择列表、文本视图、文本框等控件。我需要解析xml,然后读取它,然后动态显示。任何有关这方面的帮助将非常可观.. 再次提前致谢。 :-) @Hiren 如果上述答案对您没有帮助,那么为什么要接受这个答案?只是为了提高您的声誉或其他什么?以上是关于在 Ipad 中通过 XML Parsing 生成动态控件的主要内容,如果未能解决你的问题,请参考以下文章
Android 中通过Java代码动态生成EditText视图,并循环遍历EditText取出遍历的ID和文本框的值
databinding错误Error:(11) Error parsing XML: duplicate attribute