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.
iPAD 上每个项目的最大宽度是多少,例如 5 个项目。我知道在 iPad 上左右角有一些空间,但是每个项目的宽度有多大?(在 iPHone 上很容易计算……但在 iPad 上呢?
这是新的Mobile HIG(人机界面指南)的屏幕截图。从中,您可以获得标签栏图标的大小。它只是近似值。但是您可以将此作为参考,并根据项目的数量计算宽度。对于您的 5 件商品,
在 iPad 标准中,它的 30 * 5 = 150 px
在 iPad 视网膜中,它的 60 * 5 = 300 像素