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.
在最新的 iOS 版 Expedia 应用程序中,它们有一个非常有趣的效果,我正试图绕过它。
当您点击任何图块时,它会翻转和缩放动画。
你能帮我做同样的 UIView 转换吗?
我也想在我的应用程序中使用这种动画,所以我编写了一个简单的自定义转场来做到这一点 - 你甚至可以在多种类型的翻转之间进行选择!
它叫做IBCellFlipSegue,试一试,让我知道你的想法! https://github.com/IBLabs/IBCellFlipSegue