我不是物理专家。但是,我想移动具有动态高度(取决于内容)的 UILable ,就像提词器一样。但是当我以 10 级开始行为时,它开始移动,但突然减速,我希望以相同的速度连续向上移动。
下面是我的代码:
push = UIPushBehavior(items: [lblText], mode: .instantaneous)
push.setAngle(-.pi/2, magnitude: 10)
animator.addBehavior(push)
lblText 大小为 375*1500