在弹出窗口内弹出 [英] Popover inside a popover

查看:116
本文介绍了在弹出窗口内弹出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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.

这篇关于在弹出窗口内弹出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆