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.
很抱歉,我无法发布任何代码,但 StackOverflow 登录在我的工作中被阻止。所以我不得不用我的手机。
我想创建一个 CGPath 并在该路径上为 UIImage 设置动画。更具体地说,我想把它放在我创建的预定义路径上,但放在我选择的位置上。所以不是起点,而是路径的百分比。
这可能吗?我该如何管理?
我知道如何从头到尾为 UIImage 设置动画,而不是从我选择的百分比到另一个百分比。
我注意到这是不可能的。我现在使用单独的 CGPaths。这要容易得多。只需制作一个包含多个 2 点 CGPath 的数组。