【问题标题】:Image assets how to specify different images for portrait and landscape图像资产如何为纵向和横向指定不同的图像
【发布时间】:2020-02-27 23:24:41
【问题描述】:

xcode 项目有图片资源,我们可以为 iPhone 和 ipad 指定图片作为单个图片名称

我可以分别为 iPhone 和 iPad 指定纵向和横向的图像

欢迎任何帮助

【问题讨论】:

    标签: ios ipad uiinterfaceorientation uiimageasset


    【解决方案1】:

    您可以为 iPad 创建一个单独的资产,并在选择资产之前检查它是否是 iPad。 UIDevice.current.userInterfaceIdiom

    更多讨论请参见此处。 Detect current device with UI_USER_INTERFACE_IDIOM() in Swift

    【讨论】:

    • 我很困惑。如何获得 ipad 纵向和横向的图像
    猜你喜欢
    • 1970-01-01
    • 2014-02-19
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-02-07
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多