Webview中Rich Text中的URL链接

时间:2012-08-02 16:55:49

标签: iphone xcode webview richtextbox richtext

我一直试图想出这个问题一段时间,但我似乎无法找到答案。我有一个我正在处理的应用程序,其中包含WebView中的富文本,我希望能够在其中添加超链接,但我只是不知道如何。

这是我的代码:

+(NSArray*)getSampleData

{

NSString* content0 = @"<b><u>For Printer Models:</b></u> IJ2040, 3000, 3160. </p><p>Cable Part Number: CD-023A. </p><p>Connector: RJ12. </p><p>Interface Type: <ul><li><p>12 Volt MultiPRO II: 420</li></p><li><p>12/24 Volt MultiPRO III: 520.</ul></p><p>Manufacturer Website: www.addmaster.com";

}

BusinessService* service0 = [[BusinessService alloc] initWithCaption:@"Addmaster" andImage:[UIImage imageNamed:@"interface.jpg"] andWebContentTitle:@"Connectors for Addmaster" andWebContent:content0 andWebContentImage:[UIImage imageNamed:@"interface.jpg"]];

现在我希望能够直接从webview链接到www.addmaster.com,以便任何人阅读,只需点击链接即可打开Safari。如果可能,请告诉我。非常感谢你的帮助。

0 个答案:

没有答案