Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题是:
NSAnimationContext 在 iOS 中工作吗?
如果问题 1 的答案是否定的,那么 CATransaction 是一个很好的替代品吗?
不,NSAnimationContext 在 iOS 上不可用,是的,CATransaction 是一个很好的替代品。Apple 在其文档中将 NSAnimationContext 描述为类似于 CATransaction。