Start a Project

Make xml string in ios

XML string in ios

If you want to send to data to the server in the form of XML in ios.You can create it into multi-line literals because ObjC has also supported multiline literals.You have to use the stringWithFormat method of NSString to create the XML file in a proper format. Here is the example of XML string in iOS.

 

 

Exit mobile version