How can I create a registeration form connected with an xml webservice?
问题 I have to create a registration form in my app. It should be connected to the web service. How do I create it? Are there any good tutorials about this? 回答1: You can send only data to web service... e.g If you have text fileds in your form then you can make a method in which you can pass your link and in link you can pass the value of your text field... for example: -(void)sendData { NSString *registeruser = [NSString stringWithFormat:@"http://yourlink//username=%@",yourTextfiled.text]; NSLog(