1
我正在開發iPad5應用程序。 在我的應用程序,我想顯示超鏈接和onclick鏈接應該在Safari瀏覽器中打開。ios中的alertbox中的超鏈接
我搜索了。 但我沒有得到適當的解決方案。 請幫助我。
在此先感謝。 警報我使用: UIAlertView中*警報= [[UIAlertView中頁頭] initWithTitle:@ 「確認」 消息:@ 「一些字符串,在這裏超鏈接」 代表:無 cancelButtonTitle:@ 「OK」 otherButtonTitles:無] ; [alert show];
請看這個問題。 http://stackoverflow.com/questions/5949927/clickable-link-in-uialertview 強烈建議增加超鏈接到UIAlertView – dizzytri99er