我正在开发 iPad5 应用程序。在我的应用程序中,我想显示超链接,然后单击该链接应该在 safari 中打开。
我搜索过。但我没有得到适当的解决方案。请帮我。
提前致谢。对于我正在使用的警报: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"confirmation" message:@"some string and hyperlink here" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil]; [警报显示];