Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,我在其中使用了 javascript 警报弹出框。
当我在 iPhone 等智能设备中打开它时,它会在顶部显示 URL,如下所示:
那么有没有办法删除那个URL。?
如果您能找到一种方法来设置该 UIAlertView 的委托,您可以尝试使用
(void)willPresentAlertView:(UIAlertView *)alertView
然后,如果可行,您可以从那里更改标题。