Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tutorials > Tutorial Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 11-19-2009, 01:59 PM   #1 (permalink)
Registered Member
 
Join Date: Nov 2009
Posts: 4
Default Taking HTML text and pasting it into a label, without webView

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.
juicypapa is offline   Reply With Quote
Old 11-19-2009, 05:17 PM   #2 (permalink)
Registered Member
 
Join Date: Nov 2009
Posts: 4
Default

Done it easy:

Code:
NSString *convertString = [[[NSString alloc] initWithData:dataFromWeb
														encoding:NSUTF8StringEncoding] retain];
	NSLog(@"Data: %@",convertString);
	
	dead.text = convertString;
juicypapa is offline   Reply With Quote
Old 03-18-2010, 07:29 AM   #3 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 7
Default

Quote:
Originally Posted by juicypapa View Post
Done it easy:

Code:
NSString *convertString = [[[NSString alloc] initWithData:dataFromWeb
														encoding:NSUTF8StringEncoding] retain];
	NSLog(@"Data: %@",convertString);
	
	dead.text = convertString;
This is exactly what i'm looking to do. Could you point me to a tutorial or some sample code on how to get this done? Thanks in advance.
artful_dodger74 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 239
12 members and 227 guests
ADY, AragornSG, CKAmike, Dani77, Duncan C, HemiMG, Promo Dispenser, Punkjumper, Rudy, sacha1996, sneaky, spiderguy84
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,231
Posts: 380,768
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 03:21 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0