I m a new developer in iphone... please help...
|
feedback
|
|
-(IBAction)buttonPressed:(id)sender{
} | |||||
|
feedback
|
|
sorry people one alteration in the above reply. use encoding for the url. NSString *myurl=[yoururl stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; | |||
|
feedback
|