tags:

views:

90

answers:

1

Hi All, Can a XML file be generated for an iPhone view?

The view may contain any iPhone control.

Thanks for IDEAS.

A: 

Yes. InterfaceBuilder generate XML for visual componens, and save this xml to .xib file.

If you want to do this work manualy, why not ))))

oxigen
HI Oxigen,what should i do if i want to send the xml through a webservice during runtime?
socialCircus
In runtime.... In runtime application works with non-xml .nib filesYou can create xib on server, convert it to nib, download it, and work with this nib (initWithNibName). If you find xib-format description and xib-nib convertor....Or you can develope your own xml parser and create UI manualy in code.... ((((
oxigen