UIView层addAnimation:forKey:

发布于 2024-11-06 02:34:11 字数 61 浏览 0 评论 0原文

由于 forKey 的值是 NSString,我在 Apple 文档中哪里可以找到所有可能值的完整列表?谢谢

Since the value of forKey is a NSString, where do I find a complete list of all possible value in the Apple documentation? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

朕就是辣么酷 2024-11-13 02:34:11

addAnimation:forKey: 方法并没有按照您的想法进行操作。

第二个字符串参数是与动画对象关联的任意用户定义字符串。此参数的用途是稍后使用 animationForKey: 方法访问动画对象。

上面/下面提供的可动画属性列表与 CABasicAnimation 实例的 keyPath 属性相关。

The method addAnimation:forKey: doesn't do what you think it does.

The second string parameter is an arbitrary user-defined string to associate with the animation object. The purpose of this parameter is for accessing the animation object at a later time with the animationForKey: method.

The list of animatable properties provided above/below is pertinent to the keyPath property of a CABasicAnimation instance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文