2011-05-16 65 views

回答

5

OpenGL只繪製東西到屏幕上。沒有幾何對象的概念。因此,您必須檢測鏈接文本的點擊並調用相應的iOS API來調用URL。

0

好吧,我想我找到它:

NSURL *url = [NSURL URLWithString:@"http://www.iphonedevelopertips.com"]; 

[[UIApplication sharedApplication] openURL:url]; 
相關問題