我想创建一个动态视图.我想在其中添加动态控件.这些控件来自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>
谢谢
解决方法 我不知道如何做到这一点,但我认为这可能对你有帮助check this
and read about views (apple docs)
总结以上是内存溢出为你收集整理的iphone – 通过Ipad中的XML Parsing生成动态控件全部内容,希望文章能够帮你解决iphone – 通过Ipad中的XML Parsing生成动态控件所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)