Apple 会批准在标签栏添加“刷新”按钮吗?
有谁知道苹果是否批准在标签栏中带有按钮的应用程序,该按钮仅刷新当前视图而不更改实际视图?
Does anyone know if Apple approve apps with a button in a tab bar that just refreshes the current view and not change the actual view?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,苹果会批准它。这没有问题。
Yes, Apple will approve it. There is no problem with this.
我不这么认为。标签栏是一个很好理解的比喻——就像作品集中的标签一样。使用选项卡作为按钮绝对不是预期的行为。
我建议使用带有刷新按钮的
UINavigationBar
。编辑:
这是直接引用 苹果的 HIG:
I don't think so. The Tab Bar is a very well understood metaphor - like tabs in a folio. Using a tab as a button is definitely not expected behavior.
I'd recommend a
UINavigationBar
with a button to refresh.EDIT:
This is a direct quote from Apple's HIG:
不幸的是,这里没有人能够就此给你明确的答案。提交应用程序时,您甚至可能会得到不同的结果,具体取决于审核者,或者更新时它可能从一个版本更改为另一个版本。
它显然违反了 Apple 的 HIG,而且我不确定是否见过许多应用程序使用类似的方法。
我确信的一件事是:我更喜欢开发人员坚持使用 HIG,而不是进行这些类型的“自定义”。事实上,这种烦恼可能会让我选择竞争产品。
Unfortunately nobody here will be able to give you a definite answer on this. You might even have different results when submitting the app depending on who does the review, or it may change from one version to another when updating.
It clearly violates Apple's HIG, and I'm not sure I have seen many apps use a similar approach.
One thing I know for sure: I much prefer developers stick to the HIG and not do these type of "customizations". In fact, this annoyance might make me chose a competing product instead.