gpt4 book ai didi

ios - UITabBar ios7 模糊无法在 iPad 3 上运行

转载 作者:行者123 更新时间:2023-12-01 18:17:55 25 4
gpt4 key购买 nike

我正在尝试在我的 ios 7 应用程序上使用模糊效果。我使用 UITabBar模糊技巧,它只能在模拟器上运行良好,但不能在真正的 ios7 设备上运行。我正在使用已经在使用 ios 7 的 iPad 3。

我忘了什么吗?我需要它在 ios 7 设备上工作。

enter image description here

在build设置中,我的配置

  • 基础 SDK : iOS 7.0
  • 部署目标 : iOS 6.0

  • 这是来源:
    if (![catlistView viewWithTag:23] && [[[UIDevice currentDevice] systemVersion] floatValue] >= 7.) {
    categoryListBackground.backgroundColor = [UIColor clearColor];
    UIToolbar* bgToolbar = [[UIToolbar alloc] initWithFrame:categoryListBackground.frame];
    bgToolbar.barStyle = UIBarStyleDefault;
    bgToolbar.tag = 23;
    bgToolbar.barTintColor = [UIColor colorWithRed:240./255. green:243./255. blue:243./255. alpha:0.9];
    [catlistView insertSubview:bgToolbar atIndex:0];
    }

    最佳答案

    iPad3 设备上未启用模糊。 (查看控制中心、Siri、通知中心,你会发现没有模糊)。
    如果你想给 iPad3 添加模糊效果,你必须自己模糊 View 。

    关于ios - UITabBar ios7 模糊无法在 iPad 3 上运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19925605/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com