Hi guys,
I have this problem that i cannt assing the text i get fom the web to a label.
This is what i do so far:
Code:
NSURL *data = [NSURL URLWithString:@"http://www.mysite.com/somefile.php"];
NSDictionary* tempText = [[NSDictionary alloc] initWithContentsOfURL:DataPath];
now I have a label named = label1.
how can i put that tempText in that label.
Hope that u can help me. I'm new to this.