1

我是 ios 核心图形的新手。我有一个字符串

NSString *str = [NSString stringWithString:@"Hi Guys How are you ? Just visit the http://www.apple.com and if not satisfied then go to http://www.google.com and Again if you visit http://www.msn.com"];

现在我已经使用上面的字符串绘制了

[str drawInRect:CGRectMake(0.0f,40,300,200) withFont:[UIFont systemFontOfSize:fontSize] lineBreakMode:UILineBreakModeWordWrap alignment:UITextAlignmentLeft];

它在屏幕上绘制得非常好。我想找到我画在哪个位置 http://www.apple.com

基本上我需要找到已经绘制http://www.apple.com的框架?Bcoz 我需要检测上面的 URL,当用户点击上面的 URL 时,我想在网页中找到该 URL。

可能吗?

4

0 回答 0