如何将 UIView 从右上角设置动画/旋转 90 度?
我花了几个小时试图找到一种方法来将 UIView 从右上角设置动画/旋转 90 度。
效果几乎应该像屏幕顶部的旋转门一样。
希望有人可以帮忙!
I've been searching for hours trying to find a way to animate/rotate a UIView 90 degrees from the upper right corner.
The effect should almost work like a swinging door from the top of the screen.
Hope someone can help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
因此,在我按下回车键后,我突然将两个和两个放在一起,并认为节拍器示例的工作方式有点像一扇旋转门,这让我想到了其他一些可能性。
这是我的解决方案:
希望这对其他人也有帮助!
So right after I pressed enter I suddenly put two and two together and figured the Metronome sample worked kind of like a swinging door and that led me to a few other possibilities.
Here's my solution:
Hope this helps someone else too!
您应该尝试将图层的锚点设置为 (0,1),然后对图层进行动画处理。
You should try setting the anchor point of the layer to (0,1), and than animate the layer.
你应该尝试这个代码:
}
You should try this code:
}