gpt4 book ai didi

ios - 在 UIBarButtonitem 类型的对象上找不到属性层

转载 作者:可可西里 更新时间:2023-11-01 05:30:39 26 4
gpt4 key购买 nike

我正在尝试将此动画应用于 UIBarButtonItem:

CABasicAnimation *theAnimation;
theAnimation=[CABasicAnimation animationWithKeyPath:@"opacity"];
theAnimation.duration=1.0;
theAnimation.repeatCount=HUGE_VALF;
theAnimation.autoreverses=YES;
theAnimation.fromValue=[NSNumber numberWithFloat:1.0];
theAnimation.toValue=[NSNumber numberWithFloat:0.5];
[plusbutton.layer addAnimation:theAnimation forKey:@"animateOpacity"];

但是我在最后一行代码的标题中得到了报告的错误。如何访问 barbuttonItem 的图层?

最佳答案

条形按钮项目不是 View ,它没有层。

假设您没有在系统项目上尝试此操作,请改为访问项目的 customView 层。

关于ios - 在 UIBarButtonitem 类型的对象上找不到属性层,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15368652/

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