在弹出窗口内弹出

编程入门 行业动态 更新时间:2024-10-28 06:27:00
本文介绍了在弹出窗口内弹出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我犯了一个很大的错误,在某些情况下,屏幕上会同时出现两个弹出窗口。让我的应用被拒绝的概率是多少?

I made a very big mistake, in some instances there will be two popovers on the screen at once. What is the probability of getting my app rejected?

推荐答案

来自 iOS人机界面指南:

确保一次只能在屏幕上显示一个弹出窗口。你不应该显示多个 popover(或自定义视图)在的同时,设计为外观并且表现得像一个popover。特别是,你应该避免同时显示级联或层次结构的弹出窗口,其中一个弹出窗口从另一个出现。

Ensure that only one popover is visible onscreen at a time. You should not display more than one popover (or custom view designed to look and behave like a popover) at the same time. In particular, you should avoid displaying a cascade or hierarchy of popovers simultaneously, in which one popover emerges from another.

Apple将拒绝任何在屏幕上同时显示两个不同的UIPopoverControllers的应用程序(我知道很多人遇到过此问题)。起初,他们让商店里的一些应用程序做了级联的popovers(popover中的popover),但这种语言似乎已经收紧了,所以我希望他们现在不允许这样做。

Apple will reject any application that displays two distinct UIPopoverControllers onscreen at once (many people I know have run into this). At first, they let a few applications on the store that did cascading popovers (a popover within a popover), but this language seems to have tightened up, so I'd expect them to not allow this now.

更多推荐

在弹出窗口内弹出

本文发布于:2023-08-06 02:15:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1309462.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:弹出   窗口   在弹出

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!