Showing posts with label objective-C. Show all posts
Showing posts with label objective-C. Show all posts

Wednesday, March 7, 2012

iOS dev - Post parameters to an URL with objective-C


In the last months I started to learn objective-C. I was working mostly modifying an existent project. I needed to open a webview wher the parameters are sent by POST method and they has to be passed with content-type "application/x-www-form-urlencoded". So this is the code I used: