zoukankan      html  css  js  c++  java
  • iOS开发笔记-图标和图片大小官方最新标准

    这两天开发iOS app用到了Tab bar,然后随便切了点图标放上去发现效果极差。于是乎,开始查找苹果官方给的标准。搜索一番后,看到了一篇博文,但其内容与iOS人机交互指南最新版内容不符。

    故此,在下面列出iOS Human Interface Guidelines最新版中的尺寸标准,具体索引为Icon and Image Design-> Icon and Image Size

    “Every app needs an app icon and a launch file or image. In addition, some apps need custom icons to represent app-specific content, functions, or modes in navigation bars, toolbars, and tab bars.

    每个应用都需要一个应用图标和一个启动文件或启动图片。此外,一些应用需要使用自定义图标在导航栏、工具栏和tab bar中展示特别的内容,功能或者风格。

     

    Unlike other custom artwork in your app, the icons and images listed in Table 41-1 must meet specific criteria so that iOS can display them properly. In addition, some icon and image files have naming requirements (to learn about naming these files, see App Icons in App Programming Guide for iOS and App Launch (Default) Images in App Programming Guide for iOS).”

    和其他你在应用中自定义的artwork不同,为了iOS能够正确的显示,下面表中列出的图标和图片需要符合特殊的标准。另外,一些图标和图片文件必须满足命名要求。(为了了解更多,请看App Icons in App Programming Guide for iOS and App Launch(Default) Images in App Programming Guide for iOS)

    摘录来自: Apple Inc. “iOS Human Interface Guidelines”。 iBooks. https://itun.es/cn/pyfv0.l

     

     

     

     

    Tab 41

  • 相关阅读:
    MongoDB优化之一:常见优化方法
    Spark Streaming之一:整体介绍
    Java中实现MongoDB自增主键ID
    RDD之一:总体介绍
    对一致性Hash算法,Java代码实现的深入研究
    MongoDB 创建基础索引、组合索引、唯一索引以及优化
    mongo-查询
    MongoTemplate聚合操作
    RESTLET开发实例(一)基于JAX-RS的REST服务
    Hashtable的实现原理
  • 原文地址:https://www.cnblogs.com/mantgh/p/4224440.html
Copyright © 2011-2022 走看看