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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.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, 12:59 PM   #1 (permalink)
Registered Member
 
Join Date: Nov 2009
Posts: 4
juicypapa is on a distinguished road
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, 04:17 PM   #2 (permalink)
Registered Member
 
Join Date: Nov 2009
Posts: 4
juicypapa is on a distinguished road
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, 06:29 AM   #3 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 7
artful_dodger74 is on a distinguished road
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: 451
18 members and 433 guests
Dj_kades, givensur, iekei, IOOIOIO, IphoneSdk, jeroenkeij, john love, karatebasker, mediaspree, patapple, peterwilli, pipposanta, Punkjumper, QuantumDoja, SLIC, Sloshmonster, sojourner, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,696
Threads: 94,139
Posts: 402,959
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jasper_muc
Powered by vBadvanced CMPS v3.1.0

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