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

View Single Post
Old 09-02-2010, 10:04 AM   #1 (permalink)
racharambola5
Registered Member
 
Join Date: Aug 2010
Posts: 60
racharambola5 is on a distinguished road
Default UIWebView in UITableView Footer

Hey friends,

I am trying to create a UIWebView in UITableView footer. The table is grouped. Actually I am trying to create a hyperlink using UIWebView. For example there should be some text like

Hey folks Contact me

Contact me should be a hyperlink and I want to place this text in UITableView footer. I am unable to figure out how to do it..please guide me guys..if possible please post some sample code or please give me a link for the tutorial.. I didn't use IB here to create the webview..I just declared webview in .h file

This is the code I wrote in viewForFooterInSection method

Code:
CGRect webFrame = CGRectMake(20,500,buttonView.frame.size.width,buttonView.frame.size.height);  
		webView = [[UIWebView alloc] initWithFrame:webFrame];  
		webView.backgroundColor = [UIColor lightGrayColor];  
		[self.view addSubview:webView];  
		NSString *html = @"<html><head></head><body>Hey Folks Contact Us</br></body></html>";  
		[webView loadHTMLString:html baseURL:[NSURL URLWithString:@"http://www.example.com"]];

Last edited by racharambola5; 09-02-2010 at 10:12 AM.
racharambola5 is offline   Reply With Quote
 

» Advertisements
» Online Users: 391
14 members and 377 guests
Absentia, antonwilliams, breennorah, dennisnederlof, Domele, dre, HemiMG, ipodphone, KaliJen00, linkmx, Matl43Owa, mjnafjke, raymng, sathiamoorthy
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,579
Threads: 94,082
Posts: 402,769
Top Poster: BrianSlick (7,990)
Welcome to our newest member, breennorah
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:39 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.