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.
谁能指出我实现 Spotify 和 Rdio 用于其“正在播放”底部工具栏的功能类型的正确方向?可以触摸并拖动视图控制器到另一个视图控制器的顶部。整个过渡是交互式的。任何帮助,将不胜感激!谢谢!!
如果您可以点击底部栏使其向上滑动,他们可能只是使用 UIPanGestureRecognizers 和 UITapGestureRecognizer。
也许做一些容器控制器来保存你的主导航堆栈,迷你播放器在底部,完整的播放器隐藏在屏幕外。然后使用手势识别器,您可以将其向上拖动以显示完整的播放器。