gpt4 book ai didi

ios - UINavBar背景设置背景问题

转载 作者:行者123 更新时间:2023-11-28 17:43:27 26 4
gpt4 key购买 nike

我正在使用以下代码设置 UINavBar 的背景

self.navigationController.navigationBar.layer.contents=(id)[UIImage imageNamed:@"topbar-nonretina.png"].CGImage;

但是,有时我会收到以下错误:

property `contents` not found on object of type `CALayer`

谁能告诉我这里发生了什么?谢谢。

最佳答案

可能是因为您没有在某些文件中包含 QuartzCore

#include <QuartzCore/QuartzCore.h>

CALayer 在那里定义,因此如果您不包含该文件,编译器将不知道 navigationBar 的层属性有一个 contents 属性(property)本身

关于ios - UINavBar背景设置背景问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7155734/

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