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.
我正在尝试重新创建像“删除事件”按钮动画这样的动画。就像在这张照片上
我怎样才能做到这一点?
至少有一些想法?
我想到的最简单的解决方案是将您的自定义按钮放在一个普通的容器视图中(即UIView具有透明背景),并根据需要为容器视图的框架设置动画。
UIView
您可以将按钮放置在带有 ClipSubviews = YES 的 UIView 中。然后为该容器视图的框架而不是按钮之一设置动画。